#76979D

Color #76979D Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #76979D

Tints of Ziggurat #76979D

Color information

#76979D (or 0x76979D) is unknown color: approx 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

RGB118151157-
CMYK0.250.0400.38
HSL189.23º16.6%53.92%-
HSV(B)189.23º24.84%61.57%-
XYZ24.6228.4236.09-
YUV141.82136.57111.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=27.70%
G=35.45%
B=36.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181511570.250.0400.38189.2316.653.92
Hex76979D194026bd1136
Octal1662272353140462752166
Binary111011010010111100111011100110001001101011110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>