Html Css Color HEX #917A75 Hemp

📋 copy color: '#917A75'

red 145 ◦ green 122 ◦ blue 117

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

Shades of Hemp #917A75

Tints of Hemp #917A75

RGB

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

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

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

R = 37.76%
G = 31.77%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#917A75 (or 0x917A75) is known color: Hemp. HEX triplet: 91, 7A and 75. RGB value is (145,122,117). Sum of RGB (Red+Green+Blue) = 145+122+117=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #917A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A75 is #6E858A. Grayscale: #808080. Windows color (decimal): -7243147 or 7699089. OLE color: 7699089.

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

Color convert

RGB 145 122 117 -
CMYK 0 0.16 0.19 0.43
HSL 10.71º 0.11% 0.51% -
HSV(B) 10.71º 0.19% 0.57% -
XYZ 21.85 21.22 19.77 -
YUV 128.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 145 122 117 0 0.16 0.19 0.43 10.71 0.11 0.51
Hex 91 7A 75 0 10 13 2B B B 33
Octal 221 172 165 0 20 23 53 13 13 63
Binary 10010001 1111010 1110101 0 10000 10011 101011 1011 1011 110011

Color Harmonies of #917A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A75

Black with #917A75

Text Example


Text Example

White with #917A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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