Html Css Color HEX #76979D Ziggurat

📋 copy color: '#76979D'

red 118 ◦ green 151 ◦ blue 157

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

Shades of Ziggurat #76979D

Tints of Ziggurat #76979D

RGB

 RED value IS 118 (46.48% from 255) = 27.7%

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

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

R = 27.7%
G = 35.45%
B = 36.85%

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

#76979D (or 0x76979D) is known color: Ziggurat. HEX triplet: 76, 97 and 9D. RGB value is (118,151,157). Sum of RGB (Red+Green+Blue) = 118+151+157=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #76979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76979D is #896862. Grayscale: #8D8D8D. Windows color (decimal): -9005155 or 10327926. OLE color: 10327926.

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

Color convert

RGB 118 151 157 -
CMYK 0.25 0.04 0 0.38
HSL 189.23º 0.17% 0.54% -
HSV(B) 189.23º 0.25% 0.62% -
XYZ 24.62 28.42 36.09 -
YUV 141.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 118 151 157 0.25 0.04 0 0.38 189.23 0.17 0.54
Hex 76 97 9D 19 4 0 26 BD 11 36
Octal 166 227 235 31 4 0 46 275 21 66
Binary 1110110 10010111 10011101 11001 100 0 100110 10111101 10001 110110

Color Harmonies of #76979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76979D

Black with #76979D

Text Example


Text Example

White with #76979D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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