Html Css Color HEX #77989F Ziggurat

📋 copy color: '#77989F'

red 119 ◦ green 152 ◦ blue 159

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

Shades of Ziggurat #77989F

Tints of Ziggurat #77989F

RGB

 RED value IS 119 (46.88% from 255) = 27.67%

 GREEN value IS 152 (59.77% from 255) = 35.35%

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 27.67%
G = 35.35%
B = 36.98%

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

#77989F (or 0x77989F) is known color: Ziggurat. HEX triplet: 77, 98 and 9F. RGB value is (119,152,159). Sum of RGB (Red+Green+Blue) = 119+152+159=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #77989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77989F is #886760. Grayscale: #8E8E8E. Windows color (decimal): -8939361 or 10459255. OLE color: 10459255.

HSL color Cylindrical-coordinate representation of color #77989F: hue angle of 190.5º 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 #77989F is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 152 159 -
CMYK 0.25 0.04 0 0.38
HSL 190.5º 0.17% 0.55% -
HSV(B) 190.5º 0.25% 0.62% -
XYZ 25.09 28.88 37.05 -
YUV 142.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 119 152 159 0.25 0.04 0 0.38 190.5 0.17 0.55
Hex 77 98 9F 19 4 0 26 BE 11 37
Octal 167 230 237 31 4 0 46 276 21 67
Binary 1110111 10011000 10011111 11001 100 0 100110 10111110 10001 110111

Color Harmonies of #77989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77989F

Black with #77989F

Text Example


Text Example

White with #77989F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77989F;
 }
 .AnyTagClassName
 {
   color: #77989F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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