#79797B

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

Shades of Dolphin #79797B

Tints of Dolphin #79797B

Color information

#79797B (or 0x79797B) is unknown color: approx Dolphin. HEX triplet: 79, 79 and 7B. RGB value is (121,121,123). Sum of RGB (Red+Green+Blue) = 121+121+123=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 123 - color contains mainly: blue. Hex color #79797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79797B is #868684. Grayscale: #797979. Windows color (decimal): -8816261 or 8092025. OLE color: 8092025.

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

Color convert

RGB121121123-
CMYK0.020.0200.52
HSL240º0.82%47.84%-
HSV(B)240º1.63%48.24%-
XYZ18.319.1721.47-
YUV121.23129127.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.15%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 123 (48.44% from 255) = 33.70%
R=33.15%
G=33.15%
B=33.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211211230.020.0200.522400.8247.84
Hex79797B22034f0130
Octal17117117322064360160
Binary11110011111001111101110100110100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79797B; }

 p { color: rgb(121,121,123); }

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

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

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

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

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

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

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