Html Css Color HEX #77999E Ziggurat

📋 copy color: '#77999E'

red 119 ◦ green 153 ◦ blue 158

#77999E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #77999E

Tints of Ziggurat #77999E

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 value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77999E (or 0x77999E) is known color: 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

RGB 119 153 158 -
CMYK 0.25 0.03 0 0.38
HSL 187.69º 0.17% 0.54% -
HSV(B) 187.69º 0.25% 0.62% -
XYZ 25.17 29.17 36.65 -
YUV 143.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 119 153 158 0.25 0.03 0 0.38 187.69 0.17 0.54
Hex 77 99 9E 19 3 0 26 BC 11 36
Octal 167 231 236 31 3 0 46 274 21 66
Binary 1110111 10011001 10011110 11001 11 0 100110 10111100 10001 110110

Color Harmonies of #77999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77999E

Black with #77999E

Text Example


Text Example

White with #77999E

Text Example


Text Example

HTML Codes & Css Web 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>