#938077

Color #938077 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #938077

Tints of Hemp #938077

Color information

#938077 (or 0x938077) is unknown color: approx Hemp. HEX triplet: 93, 80 and 77. RGB value is (147,128,119). Sum of RGB (Red+Green+Blue) = 147+128+119=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #938077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938077 is #6C7F88. Grayscale: #848484. Windows color (decimal): -7110537 or 7831699. OLE color: 7831699.

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

Color convert

RGB147128119-
CMYK00.130.190.42
HSL19.29º11.48%52.16%-
HSV(B)19.29º19.05%57.65%-
XYZ23.0822.9720.67-
YUV132.66120.29138.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=37.31%
G=32.49%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712811900.130.190.4219.2911.4852.16
Hex9380770D132A13b34
Octal2232001670152352231364
Binary100100111000000011101110110110011101010100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938077; }

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

 H1.HeaderClassName
 {
   color: #938077;
 }
 .AnyTagClassName
 {
   color: #938077;
 }
</style>
background-color css

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

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

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

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

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

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