#977F75

Color #977F75 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #977F75

Tints of Hemp #977F75

Color information

#977F75 (or 0x977F75) is unknown color: approx Hemp. HEX triplet: 97, 7F and 75. RGB value is (151,127,117). Sum of RGB (Red+Green+Blue) = 151+127+117=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #977F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F75 is #68808A. Grayscale: #858585. Windows color (decimal): -6848651 or 7700375. OLE color: 7700375.

HSL color Cylindrical-coordinate representation of color #977F75: hue angle of 17.65º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #977F75 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB151127117-
CMYK00.160.230.41
HSL17.65º14.05%52.55%-
HSV(B)17.65º22.52%59.22%-
XYZ23.5623.0420.04-
YUV133.04118.95140.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=38.23%
G=32.15%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112711700.160.230.4117.6514.0552.55
Hex977F75010172912e35
Octal2271771650202751221665
Binary100101111111111111010101000010111101001100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977F75; }

 p { color: rgb(151,127,117); }

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

<style>
 a { background-color: #977F75; }

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

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

<style>
 span { border-color: #977F75; }

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

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