Html Css Color HEX #997F7A Hemp

📋 copy color: '#997F7A'

red 153 ◦ green 127 ◦ blue 122

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

Shades of Hemp #997F7A

Tints of Hemp #997F7A

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 38.06%
G = 31.59%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#997F7A (or 0x997F7A) is known color: Hemp. HEX triplet: 99, 7F and 7A. RGB value is (153,127,122). Sum of RGB (Red+Green+Blue) = 153+127+122=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #997F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F7A is #668085. Grayscale: #868686. Windows color (decimal): -6717574 or 8028057. OLE color: 8028057.

HSL color Cylindrical-coordinate representation of color #997F7A: hue angle of 9.68º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #997F7A is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 122 -
CMYK 0 0.17 0.20 0.4
HSL 9.68º 0.13% 0.54% -
HSV(B) 9.68º 0.2% 0.6% -
XYZ 24.24 23.36 21.64 -
YUV 134.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 153 127 122 0 0.17 0.20 0.4 9.68 0.13 0.54
Hex 99 7F 7A 0 11 14 28 A D 36
Octal 231 177 172 0 21 24 50 12 15 66
Binary 10011001 1111111 1111010 0 10001 10100 101000 1010 1101 110110

Color Harmonies of #997F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F7A

Black with #997F7A

Text Example


Text Example

White with #997F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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