Html Css Color HEX #917B75 Hemp

📋 copy color: '#917B75'

red 145 ◦ green 123 ◦ blue 117

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

Shades of Hemp #917B75

Tints of Hemp #917B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 37.66%
G = 31.95%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#917B75 (or 0x917B75) is known color: Hemp. HEX triplet: 91, 7B and 75. RGB value is (145,123,117). Sum of RGB (Red+Green+Blue) = 145+123+117=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #917B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B75 is #6E848A. Grayscale: #808080. Windows color (decimal): -7242891 or 7699345. OLE color: 7699345.

HSL color Cylindrical-coordinate representation of color #917B75: hue angle of 12.86º 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 #917B75 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 123 117 -
CMYK 0 0.15 0.19 0.43
HSL 12.86º 0.11% 0.51% -
HSV(B) 12.86º 0.19% 0.57% -
XYZ 21.97 21.47 19.82 -
YUV 128.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 145 123 117 0 0.15 0.19 0.43 12.86 0.11 0.51
Hex 91 7B 75 0 F 13 2B D B 33
Octal 221 173 165 0 17 23 53 15 13 63
Binary 10010001 1111011 1110101 0 1111 10011 101011 1101 1011 110011

Color Harmonies of #917B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B75

Black with #917B75

Text Example


Text Example

White with #917B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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