#874368

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

Shades of Cosmic #874368

Tints of Cosmic #874368

Color information

#874368 (or 0x874368) is unknown color: approx Cosmic. HEX triplet: 87, 43 and 68. RGB value is (135,67,104). Sum of RGB (Red+Green+Blue) = 135+67+104=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #874368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874368 is #78BC97. Grayscale: #5B5B5B. Windows color (decimal): -7912600 or 6833031. OLE color: 6833031.

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

Color convert

RGB13567104-
CMYK00.500.230.47
HSL327.35º33.66%39.61%-
HSV(B)327.35º50.37%52.94%-
XYZ14.510.1614.29-
YUV91.55135.03158.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=44.12%
G=21.90%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356710400.500.230.47327.3533.6639.61
Hex874368032172F1472228
Octal20710315006227575074250
Binary1000011110000111101000011001010111101111101000111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874368; }

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

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

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

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

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

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

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

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