#77979E

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

Shades of Ziggurat #77979E

Tints of Ziggurat #77979E

Color information

#77979E (or 0x77979E) is unknown color: approx Ziggurat. HEX triplet: 77, 97 and 9E. RGB value is (119,151,158). Sum of RGB (Red+Green+Blue) = 119+151+158=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #77979E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77979E is #886861. Grayscale: #8E8E8E. Windows color (decimal): -8939618 or 10393463. OLE color: 10393463.

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

Color convert

RGB119151158-
CMYK0.250.0400.38
HSL190.77º16.74%54.31%-
HSV(B)190.77º24.68%61.96%-
XYZ24.8528.5236.54-
YUV142.23136.9111.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.80%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=27.80%
G=35.28%
B=36.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191511580.250.0400.38190.7716.7454.31
Hex77979E194026bf1136
Octal1672272363140462772166
Binary111011110010111100111101100110001001101011111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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