#97979C

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

Shades of Santas Grey #97979C

Tints of Santas Grey #97979C

Color information

#97979C (or 0x97979C) is unknown color: approx Santas Grey. HEX triplet: 97, 97 and 9C. RGB value is (151,151,156). Sum of RGB (Red+Green+Blue) = 151+151+156=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 156 - color contains mainly: blue. Hex color #97979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97979C is #686863. Grayscale: #979797. Windows color (decimal): -6842468 or 10262423. OLE color: 10262423.

HSL color Cylindrical-coordinate representation of color #97979C: 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 #97979C is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151151156-
CMYK0.030.0300.39
HSL240º2.46%60.2%-
HSV(B)240º3.21%61.18%-
XYZ29.8331.1135.89-
YUV151.57130.5127.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.97%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=32.97%
G=32.97%
B=34.06%

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
Decimal1511511560.030.0300.392402.4660.2
Hex97979C33027f023c
Octal22722723433047360274
Binary100101111001011110011100111101001111111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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