#77999F

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

Shades of Ziggurat #77999F

Tints of Ziggurat #77999F

Color information

#77999F (or 0x77999F) is unknown color: approx Ziggurat. HEX triplet: 77, 99 and 9F. RGB value is (119,153,159). Sum of RGB (Red+Green+Blue) = 119+153+159=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 159 - color contains mainly: blue. Hex color #77999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77999F is #886660. Grayscale: #8F8F8F. Windows color (decimal): -8939105 or 10459511. OLE color: 10459511.

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

Color convert

RGB119153159-
CMYK0.250.0400.38
HSL189º17.24%54.51%-
HSV(B)189º25.16%62.35%-
XYZ25.2629.2137.11-
YUV143.52136.74110.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.61%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=27.61%
G=35.50%
B=36.89%

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
Decimal1191531590.250.0400.3818917.2454.51
Hex77999F194026bd1137
Octal1672312373140462752167
Binary111011110011001100111111100110001001101011110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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