Html Css Color HEX #77979D Ziggurat

📋 copy color: '#77979D'

red 119 ◦ green 151 ◦ blue 157

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

Shades of Ziggurat #77979D

Tints of Ziggurat #77979D

RGB

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

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

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

R = 27.87%
G = 35.36%
B = 36.77%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77979D (or 0x77979D) is known color: Ziggurat. HEX triplet: 77, 97 and 9D. RGB value is (119,151,157). Sum of RGB (Red+Green+Blue) = 119+151+157=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #77979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77979D is #886862. Grayscale: #8E8E8E. Windows color (decimal): -8939619 or 10327927. OLE color: 10327927.

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

Color convert

RGB 119 151 157 -
CMYK 0.24 0.04 0 0.38
HSL 189.47º 0.16% 0.54% -
HSV(B) 189.47º 0.24% 0.62% -
XYZ 24.76 28.49 36.09 -
YUV 142.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 119 151 157 0.24 0.04 0 0.38 189.47 0.16 0.54
Hex 77 97 9D 18 4 0 26 BD 10 36
Octal 167 227 235 30 4 0 46 275 20 66
Binary 1110111 10010111 10011101 11000 100 0 100110 10111101 10000 110110

Color Harmonies of #77979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77979D

Black with #77979D

Text Example


Text Example

White with #77979D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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