Html Css Color HEX #937E75 Hemp

📋 copy color: '#937E75'

red 147 ◦ green 126 ◦ blue 117

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

Shades of Hemp #937E75

Tints of Hemp #937E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.31%

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

R = 37.69%
G = 32.31%
B = 30%

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

#937E75 (or 0x937E75) is known color: Hemp. HEX triplet: 93, 7E and 75. RGB value is (147,126,117). Sum of RGB (Red+Green+Blue) = 147+126+117=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #937E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E75 is #6C818A. Grayscale: #838383. Windows color (decimal): -7111051 or 7700115. OLE color: 7700115.

HSL color Cylindrical-coordinate representation of color #937E75: hue angle of 18º 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 #937E75 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 126 117 -
CMYK 0 0.14 0.20 0.42
HSL 18º 0.12% 0.52% -
HSV(B) 18º 0.2% 0.58% -
XYZ 22.7 22.41 19.96 -
YUV 131.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 147 126 117 0 0.14 0.20 0.42 18 0.12 0.52
Hex 93 7E 75 0 E 14 2A 12 C 34
Octal 223 176 165 0 16 24 52 22 14 64
Binary 10010011 1111110 1110101 0 1110 10100 101010 10010 1100 110100

Color Harmonies of #937E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937E75

Black with #937E75

Text Example


Text Example

White with #937E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,126,117); }

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

background-color css

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

 a { background-color: rgb(147,126,117); }

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

border-color css

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

 span { border-color: rgb(147,126,117); }

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