#90777A

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

Shades of Empress #90777A

Tints of Empress #90777A

Color information

#90777A (or 0x90777A) is unknown color: approx Empress. HEX triplet: 90, 77 and 7A. RGB value is (144,119,122). Sum of RGB (Red+Green+Blue) = 144+119+122=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90777A is #6F8885. Grayscale: #7E7E7E. Windows color (decimal): -7309446 or 8026000. OLE color: 8026000.

HSL color Cylindrical-coordinate representation of color #90777A: hue angle of 352.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90777A is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144119122-
CMYK00.170.150.44
HSL352.8º10.12%51.57%-
HSV(B)352.8º17.36%56.47%-
XYZ21.6120.5321.24-
YUV126.82125.28140.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=37.40%
G=30.91%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411912200.170.150.44352.810.1251.57
Hex90777A011F2C161a34
Octal22016717202117545411264
Binary100100001110111111101001000111111011001011000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90777A; }

 p { color: rgb(144,119,122); }

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

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

 a { background-color: rgb(144,119,122); }

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

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

 span { border-color: rgb(144,119,122); }

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