Html Css Color HEX #997C75 Hemp

📋 copy color: '#997C75'

red 153 ◦ green 124 ◦ blue 117

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

Shades of Hemp #997C75

Tints of Hemp #997C75

RGB

 RED value IS 153 (60.16% from 255) = 38.83%

 GREEN value IS 124 (48.83% from 255) = 31.47%

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 38.83%
G = 31.47%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#997C75 (or 0x997C75) is known color: Hemp. HEX triplet: 99, 7C and 75. RGB value is (153,124,117). Sum of RGB (Red+Green+Blue) = 153+124+117=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #997C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C75 is #66838A. Grayscale: #838383. Windows color (decimal): -6718347 or 7699609. OLE color: 7699609.

HSL color Cylindrical-coordinate representation of color #997C75: hue angle of 11.67º 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 #997C75 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 117 -
CMYK 0 0.19 0.24 0.4
HSL 11.67º 0.15% 0.53% -
HSV(B) 11.67º 0.24% 0.6% -
XYZ 23.56 22.47 19.93 -
YUV 131.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 153 124 117 0 0.19 0.24 0.4 11.67 0.15 0.53
Hex 99 7C 75 0 13 18 28 C F 35
Octal 231 174 165 0 23 30 50 14 17 65
Binary 10011001 1111100 1110101 0 10011 11000 101000 1100 1111 110101

Color Harmonies of #997C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C75

Black with #997C75

Text Example


Text Example

White with #997C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #997C75;
 }
 .AnyTagClassName
 {
   color: #997C75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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