#77989E

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

Shades of Ziggurat #77989E

Tints of Ziggurat #77989E

Color information

#77989E (or 0x77989E) is unknown color: approx Ziggurat. HEX triplet: 77, 98 and 9E. RGB value is (119,152,158). Sum of RGB (Red+Green+Blue) = 119+152+158=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 152 (59.77% from 255 or 35.43% 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 #77989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77989E is #886761. Grayscale: #8E8E8E. Windows color (decimal): -8939362 or 10393719. OLE color: 10393719.

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

Color convert

RGB119152158-
CMYK0.250.0400.38
HSL189.23º16.74%54.31%-
HSV(B)189.23º24.68%61.96%-
XYZ25.0128.8536.6-
YUV142.82136.57111.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.74%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=27.74%
G=35.43%
B=36.83%

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
Decimal1191521580.250.0400.38189.2316.7454.31
Hex77989E194026bd1136
Octal1672302363140462752166
Binary111011110011000100111101100110001001101011110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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