#7B979C

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

Shades of Ziggurat #7B979C

Tints of Ziggurat #7B979C

Color information

#7B979C (or 0x7B979C) is unknown color: approx Ziggurat. HEX triplet: 7B, 97 and 9C. RGB value is (123,151,156). Sum of RGB (Red+Green+Blue) = 123+151+156=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B979C is #846863. Grayscale: #8F8F8F. Windows color (decimal): -8677476 or 10262395. OLE color: 10262395.

HSL color Cylindrical-coordinate representation of color #7B979C: hue angle of 189.09º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B979C is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB123151156-
CMYK0.210.0300.39
HSL189.09º14.29%54.71%-
HSV(B)189.09º21.15%61.18%-
XYZ25.2428.7435.67-
YUV143.2135.22113.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.60%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=28.60%
G=35.12%
B=36.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1231511560.210.0300.39189.0914.2954.71
Hex7B979C153027bde37
Octal1732272342530472751667
Binary1111011100101111001110010101110100111101111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B979C; }

 p { color: rgb(123,151,156); }

 H1.HeaderClassName
 {
   color: #7B979C;
 }
 .AnyTagClassName
 {
   color: #7B979C;
 }
</style>
background-color css

<style>
 a { background-color: #7B979C; }

 a { background-color: rgb(123,151,156); }

 div.DivClassName
 {
   background-color: #7B979C;
 }
 .BgClassName
 {
   background-color: #7B979C;
 }
</style>
border-color css

<style>
 span { border-color: #7B979C; }

 span { border-color: rgb(123,151,156); }

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