#907F7B

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

Shades of Hemp #907F7B

Tints of Hemp #907F7B

Color information

#907F7B (or 0x907F7B) is unknown color: approx Hemp. HEX triplet: 90, 7F and 7B. RGB value is (144,127,123). Sum of RGB (Red+Green+Blue) = 144+127+123=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #907F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F7B is #6F8084. Grayscale: #838383. Windows color (decimal): -7307397 or 8093584. OLE color: 8093584.

HSL color Cylindrical-coordinate representation of color #907F7B: hue angle of 11.43º 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 #907F7B is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144127123-
CMYK00.120.150.44
HSL11.43º8.64%52.35%-
HSV(B)11.43º14.58%56.47%-
XYZ22.6722.5421.89-
YUV131.63123.13136.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.55%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=36.55%
G=32.23%
B=31.22%

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
Decimal14412712300.120.150.4411.438.6452.35
Hex907F7B0CF2Cb934
Octal2201771730141754131164
Binary100100001111111111101101100111110110010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,127,123); }

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

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

 a { background-color: rgb(144,127,123); }

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

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

 span { border-color: rgb(144,127,123); }

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