Html Css Color HEX #79999D Ziggurat

📋 copy color: '#79999D'

red 121 ◦ green 153 ◦ blue 157

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

Shades of Ziggurat #79999D

Tints of Ziggurat #79999D

RGB

 RED value IS 121 (47.66% from 255) = 28.07%

 GREEN value IS 153 (60.16% from 255) = 35.5%

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

R = 28.07%
G = 35.5%
B = 36.43%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79999D (or 0x79999D) is known color: Ziggurat. HEX triplet: 79, 99 and 9D. RGB value is (121,153,157). Sum of RGB (Red+Green+Blue) = 121+153+157=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #79999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79999D is #866662. Grayscale: #8F8F8F. Windows color (decimal): -8808035 or 10328441. OLE color: 10328441.

HSL color Cylindrical-coordinate representation of color #79999D: hue angle of 186.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #79999D is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 153 157 -
CMYK 0.23 0.03 0 0.38
HSL 186.67º 0.16% 0.55% -
HSV(B) 186.67º 0.23% 0.62% -
XYZ 25.36 29.28 36.21 -
YUV 143.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 121 153 157 0.23 0.03 0 0.38 186.67 0.16 0.55
Hex 79 99 9D 17 3 0 26 BB 10 37
Octal 171 231 235 27 3 0 46 273 20 67
Binary 1111001 10011001 10011101 10111 11 0 100110 10111011 10000 110111

Color Harmonies of #79999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79999D

Black with #79999D

Text Example


Text Example

White with #79999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,153,157); }

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

background-color css

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

 a { background-color: rgb(121,153,157); }

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

border-color css

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

 span { border-color: rgb(121,153,157); }

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