#907378

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

Shades of Empress #907378

Tints of Empress #907378

Color information

#907378 (or 0x907378) is unknown color: approx Empress. HEX triplet: 90, 73 and 78. RGB value is (144,115,120). Sum of RGB (Red+Green+Blue) = 144+115+120=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #907378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907378 is #6F8C87. Grayscale: #7C7C7C. Windows color (decimal): -7310472 or 7893904. OLE color: 7893904.

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

Color convert

RGB144115120-
CMYK00.200.170.44
HSL349.66º11.55%50.78%-
HSV(B)349.66º20.14%56.47%-
XYZ21.0219.5520.43-
YUV124.24125.61142.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=37.99%
G=30.34%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411512000.200.170.44349.6611.5550.78
Hex907378014112C15ec33
Octal22016317002421545361463
Binary1001000011100111111000010100100011011001010111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907378; }

 p { color: rgb(144,115,120); }

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

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

 a { background-color: rgb(144,115,120); }

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

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

 span { border-color: rgb(144,115,120); }

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