#907E7A

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

Shades of Hemp #907E7A

Tints of Hemp #907E7A

Color information

#907E7A (or 0x907E7A) is unknown color: approx Hemp. HEX triplet: 90, 7E and 7A. RGB value is (144,126,122). Sum of RGB (Red+Green+Blue) = 144+126+122=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #907E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E7A is #6F8185. Grayscale: #828282. Windows color (decimal): -7307654 or 8027792. OLE color: 8027792.

HSL color Cylindrical-coordinate representation of color #907E7A: hue angle of 10.91º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #907E7A is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144126122-
CMYK00.120.150.44
HSL10.91º9.02%52.16%-
HSV(B)10.91º15.28%56.47%-
XYZ22.4822.2621.52-
YUV130.93122.96137.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=36.73%
G=32.14%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412612200.120.150.4410.919.0252.16
Hex907E7A0CF2Cb934
Octal2201761720141754131164
Binary100100001111110111101001100111110110010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,126,122); }

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

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

 a { background-color: rgb(144,126,122); }

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

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

 span { border-color: rgb(144,126,122); }

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