#79787E

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

Shades of Dolphin #79787E

Tints of Dolphin #79787E

Color information

#79787E (or 0x79787E) is unknown color: approx Dolphin. HEX triplet: 79, 78 and 7E. RGB value is (121,120,126). Sum of RGB (Red+Green+Blue) = 121+120+126=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 126 - color contains mainly: blue. Hex color #79787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79787E is #868781. Grayscale: #787878. Windows color (decimal): -8816514 or 8288377. OLE color: 8288377.

HSL color Cylindrical-coordinate representation of color #79787E: hue angle of 250º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #79787E is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB121120126-
CMYK0.040.0500.51
HSL250º2.44%48.24%-
HSV(B)250º4.76%49.41%-
XYZ18.371922.44-
YUV120.98130.83128.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=32.97%
G=32.70%
B=34.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211201260.040.0500.512502.4448.24
Hex79787E45033fa230
Octal17117017645063372260
Binary11110011111000111111010010101100111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79787E; }

 p { color: rgb(121,120,126); }

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

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

 a { background-color: rgb(121,120,126); }

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

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

 span { border-color: rgb(121,120,126); }

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