#907C74

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

Shades of Hemp #907C74

Tints of Hemp #907C74

Color information

#907C74 (or 0x907C74) is unknown color: approx Hemp. HEX triplet: 90, 7C and 74. RGB value is (144,124,116). Sum of RGB (Red+Green+Blue) = 144+124+116=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #907C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907C74 is #6F838B. Grayscale: #818181. Windows color (decimal): -7308172 or 7634064. OLE color: 7634064.

HSL color Cylindrical-coordinate representation of color #907C74: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #907C74 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB144124116-
CMYK00.140.190.44
HSL17.14º11.2%50.98%-
HSV(B)17.14º19.44%56.47%-
XYZ21.8621.6119.54-
YUV129.07120.63138.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 124 (48.83% from 255) = 32.29%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=37.5%
G=32.29%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412411600.140.190.4417.1411.250.98
Hex907C740E132C11b33
Octal2201741640162354211363
Binary10010000111110011101000111010011101100100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907C74; }

 p { color: rgb(144,124,116); }

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

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

 a { background-color: rgb(144,124,116); }

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

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

 span { border-color: rgb(144,124,116); }

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