Html Css Color HEX #938079 Hemp

📋 copy color: '#938079'

red 147 ◦ green 128 ◦ blue 121

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

Shades of Hemp #938079

Tints of Hemp #938079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 37.12%
G = 32.32%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#938079 (or 0x938079) is known color: Hemp. HEX triplet: 93, 80 and 79. RGB value is (147,128,121). Sum of RGB (Red+Green+Blue) = 147+128+121=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #938079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938079 is #6C7F86. Grayscale: #848484. Windows color (decimal): -7110535 or 7962771. OLE color: 7962771.

HSL color Cylindrical-coordinate representation of color #938079: hue angle of 16.15º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #938079 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 121 -
CMYK 0 0.13 0.18 0.42
HSL 16.15º 0.11% 0.53% -
HSV(B) 16.15º 0.18% 0.58% -
XYZ 23.2 23.02 21.31 -
YUV 132.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 147 128 121 0 0.13 0.18 0.42 16.15 0.11 0.53
Hex 93 80 79 0 D 12 2A 10 B 35
Octal 223 200 171 0 15 22 52 20 13 65
Binary 10010011 10000000 1111001 0 1101 10010 101010 10000 1011 110101

Color Harmonies of #938079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938079

Black with #938079

Text Example


Text Example

White with #938079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938079; }

 p { color: rgb(147,128,121); }

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

background-color css

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

 a { background-color: rgb(147,128,121); }

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

border-color css

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

 span { border-color: rgb(147,128,121); }

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