Html Css Color HEX #757576 Dolphin

📋 copy color: '#757576'

red 117 ◦ green 117 ◦ blue 118

#757576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #757576

Tints of Dolphin #757576

RGB

 RED value IS 117 (46.09% from 255) = 33.24%

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 118 (46.48% from 255) = 33.52%

R = 33.24%
G = 33.24%
B = 33.52%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#757576 (or 0x757576) is known color: Dolphin. HEX triplet: 75, 75 and 76. RGB value is (117,117,118). Sum of RGB (Red+Green+Blue) = 117+117+118=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 118 - color contains mainly: blue. Hex color #757576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757576 is #8A8A89. Grayscale: #757575. Windows color (decimal): -9079434 or 7763317. OLE color: 7763317.

HSL color Cylindrical-coordinate representation of color #757576: hue angle of 240º degrees, saturation: 0, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #757576 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 118 -
CMYK 0.01 0.01 0 0.54
HSL 240º 0% 0.46% -
HSV(B) 240º 0.01% 0.46% -
XYZ 16.97 17.81 19.68 -
YUV 117.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 117 117 118 0.01 0.01 0 0.54 240 0 0.46
Hex 75 75 76 1 1 0 36 F0 0 2E
Octal 165 165 166 1 1 0 66 360 0 56
Binary 1110101 1110101 1110110 1 1 0 110110 11110000 0 101110

Color Harmonies of #757576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757576

Black with #757576

Text Example


Text Example

White with #757576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757576; }

 p { color: rgb(117,117,118); }

 H1.HeaderClassName
 {
   color: #757576;
 }
 .AnyTagClassName
 {
   color: #757576;
 }
</style>

background-color css

<style>
 a { background-color: #757576; }

 a { background-color: rgb(117,117,118); }

 div.DivClassName
 {
   background-color: #757576;
 }
 .BgClassName
 {
   background-color: #757576;
 }
</style>

border-color css

<style>
 span { border-color: #757576; }

 span { border-color: rgb(117,117,118); }

 td.TdClassName
 {
   border-color: #757576;
 }
 .TagClassName
 {
   border-color: #757576;
 }
</style>