#874566

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

Shades of Cosmic #874566

Tints of Cosmic #874566

Color information

#874566 (or 0x874566) is unknown color: approx Cosmic. HEX triplet: 87, 45 and 66. RGB value is (135,69,102). Sum of RGB (Red+Green+Blue) = 135+69+102=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #874566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874566 is #78BA99. Grayscale: #5C5C5C. Windows color (decimal): -7912090 or 6702471. OLE color: 6702471.

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

Color convert

RGB13569102-
CMYK00.490.240.47
HSL330º32.35%40%-
HSV(B)330º48.89%52.94%-
XYZ14.5210.3713.81-
YUV92.5133.37158.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=44.12%
G=22.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356910200.490.240.4733032.3540
Hex874566031182F14a2028
Octal20710514606130575124050
Binary1000011110001011100110011000111000101111101001010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874566; }

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

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

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

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

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

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

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

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