#767579

Color #767579 Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #767579

Tints of Dolphin #767579

Color information

#767579 (or 0x767579) is unknown color: approx Dolphin. HEX triplet: 76, 75 and 79. RGB value is (118,117,121). Sum of RGB (Red+Green+Blue) = 118+117+121=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 121 - color contains mainly: blue. Hex color #767579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767579 is #898A86. Grayscale: #757575. Windows color (decimal): -9013895 or 7959926. OLE color: 7959926.

HSL color Cylindrical-coordinate representation of color #767579: hue angle of 255º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #767579 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB118117121-
CMYK0.020.0300.53
HSL255º1.68%46.67%-
HSV(B)255º3.31%47.45%-
XYZ17.2817.9520.64-
YUV117.76129.83128.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=33.15%
G=32.87%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181171210.020.0300.532551.6846.67
Hex76757923035ff22f
Octal16616517123065377257
Binary111011011101011111001101101101011111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767579; }

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

 H1.HeaderClassName
 {
   color: #767579;
 }
 .AnyTagClassName
 {
   color: #767579;
 }
</style>
background-color css

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

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

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

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

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

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