Html Css Color HEX #9F8780 Hemp

📋 copy color: '#9F8780'

red 159 ◦ green 135 ◦ blue 128

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

Shades of Hemp #9F8780

Tints of Hemp #9F8780

RGB

 RED value IS 159 (62.5% from 255) = 37.68%

 GREEN value IS 135 (53.13% from 255) = 31.99%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 37.68%
G = 31.99%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F8780 (or 0x9F8780) is known color: Hemp. HEX triplet: 9F, 87 and 80. RGB value is (159,135,128). Sum of RGB (Red+Green+Blue) = 159+135+128=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8780 is #60787F. Grayscale: #8D8D8D. Windows color (decimal): -6322304 or 8423327. OLE color: 8423327.

HSL color Cylindrical-coordinate representation of color #9F8780: hue angle of 13.55º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F8780 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 135 128 -
CMYK 0 0.15 0.19 0.38
HSL 13.55º 0.14% 0.56% -
HSV(B) 13.55º 0.19% 0.62% -
XYZ 26.86 26.26 24.07 -
YUV 141.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 159 135 128 0 0.15 0.19 0.38 13.55 0.14 0.56
Hex 9F 87 80 0 F 13 26 E E 38
Octal 237 207 200 0 17 23 46 16 16 70
Binary 10011111 10000111 10000000 0 1111 10011 100110 1110 1110 111000

Color Harmonies of #9F8780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8780

Black with #9F8780

Text Example


Text Example

White with #9F8780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F8780; }

 p { color: rgb(159,135,128); }

 H1.HeaderClassName
 {
   color: #9F8780;
 }
 .AnyTagClassName
 {
   color: #9F8780;
 }
</style>

background-color css

<style>
 a { background-color: #9F8780; }

 a { background-color: rgb(159,135,128); }

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

border-color css

<style>
 span { border-color: #9F8780; }

 span { border-color: rgb(159,135,128); }

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