#77989D

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

Shades of Ziggurat #77989D

Tints of Ziggurat #77989D

Color information

#77989D (or 0x77989D) is unknown color: approx Ziggurat. HEX triplet: 77, 98 and 9D. RGB value is (119,152,157). Sum of RGB (Red+Green+Blue) = 119+152+157=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #77989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77989D is #886762. Grayscale: #8E8E8E. Windows color (decimal): -8939363 or 10328183. OLE color: 10328183.

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

Color convert

RGB119152157-
CMYK0.240.0300.38
HSL187.89º16.24%54.12%-
HSV(B)187.89º24.2%61.57%-
XYZ24.9228.8136.15-
YUV142.7136.07111.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.80%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=27.80%
G=35.51%
B=36.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191521570.240.0300.38187.8916.2454.12
Hex77989D183026bc1036
Octal1672302353030462742066
Binary11101111001100010011101110001101001101011110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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