#874466

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

Shades of Cosmic #874466

Tints of Cosmic #874466

Color information

#874466 (or 0x874466) is unknown color: approx Cosmic. HEX triplet: 87, 44 and 66. RGB value is (135,68,102). Sum of RGB (Red+Green+Blue) = 135+68+102=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #874466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874466 is #78BB99. Grayscale: #5B5B5B. Windows color (decimal): -7912346 or 6702215. OLE color: 6702215.

HSL color Cylindrical-coordinate representation of color #874466: hue angle of 329.55º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874466 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13568102-
CMYK00.500.240.47
HSL329.55º33%39.8%-
HSV(B)329.55º49.63%52.94%-
XYZ14.4610.2413.79-
YUV91.91133.7158.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=44.26%
G=22.30%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356810200.500.240.47329.553339.8
Hex874466032182F14a2128
Octal20710414606230575124150
Binary1000011110001001100110011001011000101111101001010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874466; }

 p { color: rgb(135,68,102); }

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

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

 a { background-color: rgb(135,68,102); }

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

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

 span { border-color: rgb(135,68,102); }

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