#97979B

Color #97979B Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #97979B

Tints of Santas Grey #97979B

Color information

#97979B (or 0x97979B) is unknown color: approx Santas Grey. HEX triplet: 97, 97 and 9B. RGB value is (151,151,155). Sum of RGB (Red+Green+Blue) = 151+151+155=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 155 - color contains mainly: blue. Hex color #97979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97979B is #686864. Grayscale: #979797. Windows color (decimal): -6842469 or 10196887. OLE color: 10196887.

HSL color Cylindrical-coordinate representation of color #97979B: hue angle of 240º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #97979B is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151151155-
CMYK0.030.0300.39
HSL240º1.96%60%-
HSV(B)240º2.58%60.78%-
XYZ29.7531.0835.44-
YUV151.46130127.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 151 (59.38% from 255) = 33.04%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=33.04%
G=33.04%
B=33.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511511550.030.0300.392401.9660
Hex97979B33027f023c
Octal22722723333047360274
Binary100101111001011110011011111101001111111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97979B; }

 p { color: rgb(151,151,155); }

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

<style>
 a { background-color: #97979B; }

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

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

<style>
 span { border-color: #97979B; }

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

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