#77989C

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

Shades of Ziggurat #77989C

Tints of Ziggurat #77989C

Color information

#77989C (or 0x77989C) is unknown color: approx Ziggurat. HEX triplet: 77, 98 and 9C. RGB value is (119,152,156). Sum of RGB (Red+Green+Blue) = 119+152+156=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 156 - color contains mainly: blue. Hex color #77989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77989C is #886763. Grayscale: #8E8E8E. Windows color (decimal): -8939364 or 10262647. OLE color: 10262647.

HSL color Cylindrical-coordinate representation of color #77989C: hue angle of 186.49º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77989C is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119152156-
CMYK0.240.0300.39
HSL186.49º15.74%53.92%-
HSV(B)186.49º23.72%61.18%-
XYZ24.8428.7835.7-
YUV142.59135.57111.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=27.87%
G=35.60%
B=36.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191521560.240.0300.39186.4915.7453.92
Hex77989C183027ba1036
Octal1672302343030472722066
Binary11101111001100010011100110001101001111011101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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