#79969E

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

Shades of Bali Hai #79969E

Tints of Bali Hai #79969E

Color information

#79969E (or 0x79969E) is unknown color: approx Bali Hai. HEX triplet: 79, 96 and 9E. RGB value is (121,150,158). Sum of RGB (Red+Green+Blue) = 121+150+158=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #79969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79969E is #866961. Grayscale: #8E8E8E. Windows color (decimal): -8808802 or 10393209. OLE color: 10393209.

HSL color Cylindrical-coordinate representation of color #79969E: hue angle of 192.97º 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 #79969E is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121150158-
CMYK0.230.0500.38
HSL192.97º16.02%54.71%-
HSV(B)192.97º23.42%61.96%-
XYZ24.9628.3536.5-
YUV142.24136.89112.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.21%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=28.21%
G=34.97%
B=36.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211501580.230.0500.38192.9716.0254.71
Hex79969E175026c11037
Octal1712262362750463012067
Binary111100110010110100111101011110101001101100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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