Html Css Color HEX #907276 Empress

📋 copy color: '#907276'

red 144 ◦ green 114 ◦ blue 118

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

Shades of Empress #907276

Tints of Empress #907276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.32%

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 38.3%
G = 30.32%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#907276 (or 0x907276) is known color: 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

RGB 144 114 118 -
CMYK 0 0.21 0.18 0.44
HSL 352º 0.12% 0.51% -
HSV(B) 352º 0.21% 0.56% -
XYZ 20.79 19.27 19.76 -
YUV 123.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 144 114 118 0 0.21 0.18 0.44 352 0.12 0.51
Hex 90 72 76 0 15 12 2C 160 C 33
Octal 220 162 166 0 25 22 54 540 14 63
Binary 10010000 1110010 1110110 0 10101 10010 101100 101100000 1100 110011

Color Harmonies of #907276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907276

Black with #907276

Text Example


Text Example

White with #907276

Text Example


Text Example

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