Html Css Color HEX #997A75 Hemp

📋 copy color: '#997A75'

red 153 ◦ green 122 ◦ blue 117

#997A75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #997A75

Tints of Hemp #997A75

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 value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#997A75 (or 0x997A75) is known color: 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

RGB 153 122 117 -
CMYK 0 0.20 0.24 0.4
HSL 8.33º 0.15% 0.53% -
HSV(B) 8.33º 0.24% 0.6% -
XYZ 23.31 21.98 19.84 -
YUV 130.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 153 122 117 0 0.20 0.24 0.4 8.33 0.15 0.53
Hex 99 7A 75 0 14 18 28 8 F 35
Octal 231 172 165 0 24 30 50 10 17 65
Binary 10011001 1111010 1110101 0 10100 11000 101000 1000 1111 110101

Color Harmonies of #997A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A75

Black with #997A75

Text Example


Text Example

White with #997A75

Text Example


Text Example

HTML Codes & Css Web 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>