#907076

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

Shades of Empress #907076

Tints of Empress #907076

Color information

#907076 (or 0x907076) is unknown color: approx Empress. HEX triplet: 90, 70 and 76. RGB value is (144,112,118). Sum of RGB (Red+Green+Blue) = 144+112+118=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #907076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907076 is #6F8F89. Grayscale: #7A7A7A. Windows color (decimal): -7311242 or 7762064. OLE color: 7762064.

HSL color Cylindrical-coordinate representation of color #907076: hue angle of 348.75º 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 #907076 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB144112118-
CMYK00.220.180.44
HSL348.75º12.6%50.2%-
HSV(B)348.75º22.22%56.47%-
XYZ20.5718.8319.69-
YUV122.25125.6143.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=38.50%
G=29.95%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411211800.220.180.44348.7512.650.2
Hex907076016122C15dd32
Octal22016016602622545351562
Binary1001000011100001110110010110100101011001010111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907076; }

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

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

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

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

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

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

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

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