#907074

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

Shades of Empress #907074

Tints of Empress #907074

Color information

#907074 (or 0x907074) is unknown color: approx Empress. HEX triplet: 90, 70 and 74. RGB value is (144,112,116). Sum of RGB (Red+Green+Blue) = 144+112+116=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #907074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907074 is #6F8F8B. Grayscale: #7A7A7A. Windows color (decimal): -7311244 or 7630992. OLE color: 7630992.

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

Color convert

RGB144112116-
CMYK00.220.190.44
HSL352.5º12.6%50.2%-
HSV(B)352.5º22.22%56.47%-
XYZ20.4518.7819.07-
YUV122.02124.6143.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.71%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=38.71%
G=30.11%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411211600.220.190.44352.512.650.2
Hex907074016132C160d32
Octal22016016402623545401562
Binary1001000011100001110100010110100111011001011000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907074; }

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

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

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

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

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

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

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

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