#907276

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

Shades of Empress #907276

Tints of Empress #907276

Color information

#907276 (or 0x907276) is unknown color: approx Empress. HEX triplet: 90, 72 and 76. RGB value is (144,114,118). Sum of RGB (Red+Green+Blue) = 144+114+118=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #907276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907276 is #6F8D89. Grayscale: #7B7B7B. Windows color (decimal): -7310730 or 7762576. OLE color: 7762576.

HSL color Cylindrical-coordinate representation of color #907276: hue angle of 352º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #907276 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB144114118-
CMYK00.210.180.44
HSL352º11.9%50.59%-
HSV(B)352º20.83%56.47%-
XYZ20.7919.2719.76-
YUV123.43124.94142.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=38.30%
G=30.32%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411411800.210.180.4435211.950.59
Hex907276015122C160c33
Octal22016216602522545401463
Binary1001000011100101110110010101100101011001011000001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907276; }

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

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

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

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

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

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

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

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