#874366

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

Shades of Cosmic #874366

Tints of Cosmic #874366

Color information

#874366 (or 0x874366) is unknown color: approx Cosmic. HEX triplet: 87, 43 and 66. RGB value is (135,67,102). Sum of RGB (Red+Green+Blue) = 135+67+102=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #874366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874366 is #78BC99. Grayscale: #5B5B5B. Windows color (decimal): -7912602 or 6701959. OLE color: 6701959.

HSL color Cylindrical-coordinate representation of color #874366: hue angle of 329.12º degrees, saturation: 0.34, 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 #874366 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13567102-
CMYK00.500.240.47
HSL329.12º33.66%39.61%-
HSV(B)329.12º50.37%52.94%-
XYZ14.410.1213.77-
YUV91.32134.03159.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=44.41%
G=22.04%
B=33.55%

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
Decimal1356710200.500.240.47329.1233.6639.61
Hex874366032182F1492228
Octal20710314606230575114250
Binary1000011110000111100110011001011000101111101001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874366; }

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

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

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

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

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

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

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

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