#997A75

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

Shades of Hemp #997A75

Tints of Hemp #997A75

Color information

#997A75 (or 0x997A75) is unknown color: approx Hemp. HEX triplet: 99, 7A and 75. RGB value is (153,122,117). Sum of RGB (Red+Green+Blue) = 153+122+117=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #997A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A75 is #66858A. Grayscale: #828282. Windows color (decimal): -6718859 or 7699097. OLE color: 7699097.

HSL color Cylindrical-coordinate representation of color #997A75: hue angle of 8.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997A75 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153122117-
CMYK00.200.240.4
HSL8.33º15%52.94%-
HSV(B)8.33º23.53%60%-
XYZ23.3121.9819.84-
YUV130.7120.27143.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=39.03%
G=31.12%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312211700.200.240.48.331552.94
Hex997A7501418288f35
Octal2311721650243050101765
Binary10011001111101011101010101001100010100010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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