#874364

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

Shades of Cosmic #874364

Tints of Cosmic #874364

Color information

#874364 (or 0x874364) is unknown color: approx Cosmic. HEX triplet: 87, 43 and 64. RGB value is (135,67,100). Sum of RGB (Red+Green+Blue) = 135+67+100=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #874364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874364 is #78BC9B. Grayscale: #5B5B5B. Windows color (decimal): -7912604 or 6570887. OLE color: 6570887.

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

Color convert

RGB13567100-
CMYK00.500.260.47
HSL330.88º33.66%39.61%-
HSV(B)330.88º50.37%52.94%-
XYZ14.310.0913.25-
YUV91.09133.03159.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=44.70%
G=22.19%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356710000.500.260.47330.8833.6639.61
Hex8743640321A2F14b2228
Octal20710314406232575134250
Binary1000011110000111100100011001011010101111101001011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874364; }

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

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

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

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

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

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

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

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