#97907C

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

Shades of Heathered Grey #97907C

Tints of Heathered Grey #97907C

Color information

#97907C (or 0x97907C) is unknown color: approx Heathered Grey. HEX triplet: 97, 90 and 7C. RGB value is (151,144,124). Sum of RGB (Red+Green+Blue) = 151+144+124=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 151 - color contains mainly: red. Hex color #97907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97907C is #686F83. Grayscale: #8F8F8F. Windows color (decimal): -6844292 or 8163479. OLE color: 8163479.

HSL color Cylindrical-coordinate representation of color #97907C: hue angle of 44.44º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97907C is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151144124-
CMYK00.050.180.41
HSL44.44º11.49%53.92%-
HSV(B)44.44º17.88%59.22%-
XYZ26.3727.9823.08-
YUV143.81116.82133.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.04%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=36.04%
G=34.37%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114412400.050.180.4144.4411.4953.92
Hex97907C0512292cb36
Octal227220174052251541366
Binary100101111001000011111000101100101010011011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,144,124); }

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

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

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

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

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

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

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