Html Css Color HEX #90777A Empress

📋 copy color: '#90777A'

red 144 ◦ green 119 ◦ blue 122

#90777A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #90777A

Tints of Empress #90777A

RGB

 RED value IS 144 (56.64% from 255) = 37.4%

 GREEN value IS 119 (46.88% from 255) = 30.91%

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 37.4%
G = 30.91%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90777A (or 0x90777A) is known color: 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

RGB 144 119 122 -
CMYK 0 0.17 0.15 0.44
HSL 352.8º 0.1% 0.52% -
HSV(B) 352.8º 0.17% 0.56% -
XYZ 21.61 20.53 21.24 -
YUV 126.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 144 119 122 0 0.17 0.15 0.44 352.8 0.1 0.52
Hex 90 77 7A 0 11 F 2C 161 A 34
Octal 220 167 172 0 21 17 54 541 12 64
Binary 10010000 1110111 1111010 0 10001 1111 101100 101100001 1010 110100

Color Harmonies of #90777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90777A

Black with #90777A

Text Example


Text Example

White with #90777A

Text Example


Text Example

HTML Codes & Css Web 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>