#907073

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

Shades of Empress #907073

Tints of Empress #907073

Color information

#907073 (or 0x907073) is unknown color: approx Empress. HEX triplet: 90, 70 and 73. RGB value is (144,112,115). Sum of RGB (Red+Green+Blue) = 144+112+115=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #907073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907073 is #6F8F8C. Grayscale: #797979. Windows color (decimal): -7311245 or 7565456. OLE color: 7565456.

HSL color Cylindrical-coordinate representation of color #907073: hue angle of 354.38º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907073 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB144112115-
CMYK00.220.200.44
HSL354.38º12.6%50.2%-
HSV(B)354.38º22.22%56.47%-
XYZ20.3918.7618.77-
YUV121.91124.1143.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=38.81%
G=30.19%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411211500.220.200.44354.3812.650.2
Hex907073016142C162d32
Octal22016016302624545421562
Binary1001000011100001110011010110101001011001011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907073; }

 p { color: rgb(144,112,115); }

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

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

 a { background-color: rgb(144,112,115); }

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

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

 span { border-color: rgb(144,112,115); }

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