#97907D

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

Shades of Heathered Grey #97907D

Tints of Heathered Grey #97907D

Color information

#97907D (or 0x97907D) is unknown color: approx Heathered Grey. HEX triplet: 97, 90 and 7D. RGB value is (151,144,125). Sum of RGB (Red+Green+Blue) = 151+144+125=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #97907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97907D is #686F82. Grayscale: #909090. Windows color (decimal): -6844291 or 8229015. OLE color: 8229015.

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

Color convert

RGB151144125-
CMYK00.050.170.41
HSL43.85º11.11%54.12%-
HSV(B)43.85º17.22%59.22%-
XYZ26.4428.0123.41-
YUV143.93117.32133.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.95%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 125 (49.22% from 255) = 29.76%
R=35.95%
G=34.29%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114412500.050.170.4143.8511.1154.12
Hex97907D0511292cb36
Octal227220175052151541366
Binary100101111001000011111010101100011010011011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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