Html Css Color HEX #77989D Ziggurat

📋 copy color: '#77989D'

red 119 ◦ green 152 ◦ blue 157

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

Shades of Ziggurat #77989D

Tints of Ziggurat #77989D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 27.8%
G = 35.51%
B = 36.68%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

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

RGB 119 152 157 -
CMYK 0.24 0.03 0 0.38
HSL 187.89º 0.16% 0.54% -
HSV(B) 187.89º 0.24% 0.62% -
XYZ 24.92 28.81 36.15 -
YUV 142.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 119 152 157 0.24 0.03 0 0.38 187.89 0.16 0.54
Hex 77 98 9D 18 3 0 26 BC 10 36
Octal 167 230 235 30 3 0 46 274 20 66
Binary 1110111 10011000 10011101 11000 11 0 100110 10111100 10000 110110

Color Harmonies of #77989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77989D

Black with #77989D

Text Example


Text Example

White with #77989D

Text Example


Text Example

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