#79979E

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

Shades of Bali Hai #79979E

Tints of Bali Hai #79979E

Color information

#79979E (or 0x79979E) is unknown color: approx Bali Hai. HEX triplet: 79, 97 and 9E. RGB value is (121,151,158). Sum of RGB (Red+Green+Blue) = 121+151+158=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #79979E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79979E is #866861. Grayscale: #8E8E8E. Windows color (decimal): -8808546 or 10393465. OLE color: 10393465.

HSL color Cylindrical-coordinate representation of color #79979E: hue angle of 191.35º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #79979E is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121151158-
CMYK0.230.0400.38
HSL191.35º16.02%54.71%-
HSV(B)191.35º23.42%61.96%-
XYZ25.1228.6736.56-
YUV142.83136.56112.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.14%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=28.14%
G=35.12%
B=36.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211511580.230.0400.38191.3516.0254.71
Hex79979E174026bf1037
Octal1712272362740462772067
Binary111100110010111100111101011110001001101011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,151,158); }

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

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

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

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

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

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

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