Html Css Color HEX #937F76 Hemp

📋 copy color: '#937F76'

red 147 ◦ green 127 ◦ blue 118

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

Shades of Hemp #937F76

Tints of Hemp #937F76

RGB

 RED value IS 147 (57.81% from 255) = 37.5%

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

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 37.5%
G = 32.4%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#937F76 (or 0x937F76) is known color: Hemp. HEX triplet: 93, 7F and 76. RGB value is (147,127,118). Sum of RGB (Red+Green+Blue) = 147+127+118=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #937F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F76 is #6C8089. Grayscale: #848484. Windows color (decimal): -7110794 or 7765907. OLE color: 7765907.

HSL color Cylindrical-coordinate representation of color #937F76: hue angle of 18.62º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #937F76 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 127 118 -
CMYK 0 0.14 0.20 0.42
HSL 18.62º 0.12% 0.52% -
HSV(B) 18.62º 0.2% 0.58% -
XYZ 22.89 22.69 20.31 -
YUV 131.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 147 127 118 0 0.14 0.20 0.42 18.62 0.12 0.52
Hex 93 7F 76 0 E 14 2A 13 C 34
Octal 223 177 166 0 16 24 52 23 14 64
Binary 10010011 1111111 1110110 0 1110 10100 101010 10011 1100 110100

Color Harmonies of #937F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937F76

Black with #937F76

Text Example


Text Example

White with #937F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937F76; }

 p { color: rgb(147,127,118); }

 H1.HeaderClassName
 {
   color: #937F76;
 }
 .AnyTagClassName
 {
   color: #937F76;
 }
</style>

background-color css

<style>
 a { background-color: #937F76; }

 a { background-color: rgb(147,127,118); }

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

border-color css

<style>
 span { border-color: #937F76; }

 span { border-color: rgb(147,127,118); }

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