Html Css Color HEX #917A72 Hemp

📋 copy color: '#917A72'

red 145 ◦ green 122 ◦ blue 114

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

Shades of Hemp #917A72

Tints of Hemp #917A72

RGB

 RED value IS 145 (57.03% from 255) = 38.06%

 GREEN value IS 122 (48.05% from 255) = 32.02%

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 38.06%
G = 32.02%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#917A72 (or 0x917A72) is known color: Hemp. HEX triplet: 91, 7A and 72. RGB value is (145,122,114). Sum of RGB (Red+Green+Blue) = 145+122+114=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #917A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A72 is #6E858D. Grayscale: #808080. Windows color (decimal): -7243150 or 7502481. OLE color: 7502481.

HSL color Cylindrical-coordinate representation of color #917A72: hue angle of 15.48º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917A72 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 122 114 -
CMYK 0 0.16 0.21 0.43
HSL 15.48º 0.12% 0.51% -
HSV(B) 15.48º 0.21% 0.57% -
XYZ 21.67 21.15 18.86 -
YUV 127.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 145 122 114 0 0.16 0.21 0.43 15.48 0.12 0.51
Hex 91 7A 72 0 10 15 2B F C 33
Octal 221 172 162 0 20 25 53 17 14 63
Binary 10010001 1111010 1110010 0 10000 10101 101011 1111 1100 110011

Color Harmonies of #917A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A72

Black with #917A72

Text Example


Text Example

White with #917A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917A72; }

 p { color: rgb(145,122,114); }

 H1.HeaderClassName
 {
   color: #917A72;
 }
 .AnyTagClassName
 {
   color: #917A72;
 }
</style>

background-color css

<style>
 a { background-color: #917A72; }

 a { background-color: rgb(145,122,114); }

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

border-color css

<style>
 span { border-color: #917A72; }

 span { border-color: rgb(145,122,114); }

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