#77999E

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

Shades of Ziggurat #77999E

Tints of Ziggurat #77999E

Color information

#77999E (or 0x77999E) is unknown color: approx Ziggurat. HEX triplet: 77, 99 and 9E. RGB value is (119,153,158). Sum of RGB (Red+Green+Blue) = 119+153+158=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 153 (60.16% from 255 or 35.58% 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 #77999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77999E is #886661. Grayscale: #8F8F8F. Windows color (decimal): -8939106 or 10393975. OLE color: 10393975.

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

Color convert

RGB119153158-
CMYK0.250.0300.38
HSL187.69º16.74%54.31%-
HSV(B)187.69º24.68%61.96%-
XYZ25.1729.1736.65-
YUV143.4136.24110.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=27.67%
G=35.58%
B=36.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191531580.250.0300.38187.6916.7454.31
Hex77999E193026bc1136
Octal1672312363130462742166
Binary11101111001100110011110110011101001101011110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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