Html Css Color HEX #77989E Ziggurat

📋 copy color: '#77989E'

red 119 ◦ green 152 ◦ blue 158

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

Shades of Ziggurat #77989E

Tints of Ziggurat #77989E

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

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

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

RGB 119 152 158 -
CMYK 0.25 0.04 0 0.38
HSL 189.23º 0.17% 0.54% -
HSV(B) 189.23º 0.25% 0.62% -
XYZ 25.01 28.85 36.6 -
YUV 142.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 119 152 158 0.25 0.04 0 0.38 189.23 0.17 0.54
Hex 77 98 9E 19 4 0 26 BD 11 36
Octal 167 230 236 31 4 0 46 275 21 66
Binary 1110111 10011000 10011110 11001 100 0 100110 10111101 10001 110110

Color Harmonies of #77989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77989E

Black with #77989E

Text Example


Text Example

White with #77989E

Text Example


Text Example

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