Html Css Color HEX #77979E Ziggurat

📋 copy color: '#77979E'

red 119 ◦ green 151 ◦ blue 158

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

Shades of Ziggurat #77979E

Tints of Ziggurat #77979E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.28%

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 27.8%
G = 35.28%
B = 36.92%

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

#77979E (or 0x77979E) is known color: Ziggurat. HEX triplet: 77, 97 and 9E. RGB value is (119,151,158). Sum of RGB (Red+Green+Blue) = 119+151+158=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #77979E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77979E is #886861. Grayscale: #8E8E8E. Windows color (decimal): -8939618 or 10393463. OLE color: 10393463.

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

Color convert

RGB 119 151 158 -
CMYK 0.25 0.04 0 0.38
HSL 190.77º 0.17% 0.54% -
HSV(B) 190.77º 0.25% 0.62% -
XYZ 24.85 28.52 36.54 -
YUV 142.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 119 151 158 0.25 0.04 0 0.38 190.77 0.17 0.54
Hex 77 97 9E 19 4 0 26 BF 11 36
Octal 167 227 236 31 4 0 46 277 21 66
Binary 1110111 10010111 10011110 11001 100 0 100110 10111111 10001 110110

Color Harmonies of #77979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77979E

Black with #77979E

Text Example


Text Example

White with #77979E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77979E; }

 p { color: rgb(119,151,158); }

 H1.HeaderClassName
 {
   color: #77979E;
 }
 .AnyTagClassName
 {
   color: #77979E;
 }
</style>

background-color css

<style>
 a { background-color: #77979E; }

 a { background-color: rgb(119,151,158); }

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

border-color css

<style>
 span { border-color: #77979E; }

 span { border-color: rgb(119,151,158); }

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