#977A75

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

Shades of Hemp #977A75

Tints of Hemp #977A75

Color information

#977A75 (or 0x977A75) is unknown color: approx Hemp. HEX triplet: 97, 7A and 75. RGB value is (151,122,117). Sum of RGB (Red+Green+Blue) = 151+122+117=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #977A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A75 is #68858A. Grayscale: #828282. Windows color (decimal): -6849931 or 7699095. OLE color: 7699095.

HSL color Cylindrical-coordinate representation of color #977A75: hue angle of 8.82º 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 #977A75 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB151122117-
CMYK00.190.230.41
HSL8.82º14.05%52.55%-
HSV(B)8.82º22.52%59.22%-
XYZ22.9321.7819.83-
YUV130.1120.61142.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 117 (46.09% from 255) = 30%
R=38.72%
G=31.28%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112211700.190.230.418.8214.0552.55
Hex977A7501317299e35
Octal2271721650232751111665
Binary10010111111101011101010100111011110100110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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