#874267

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

Shades of Cosmic #874267

Tints of Cosmic #874267

Color information

#874267 (or 0x874267) is unknown color: approx Cosmic. HEX triplet: 87, 42 and 67. RGB value is (135,66,103). Sum of RGB (Red+Green+Blue) = 135+66+103=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #874267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874267 is #78BD98. Grayscale: #5A5A5A. Windows color (decimal): -7912857 or 6767239. OLE color: 6767239.

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

Color convert

RGB13566103-
CMYK00.510.240.47
HSL327.83º34.33%39.41%-
HSV(B)327.83º51.11%52.94%-
XYZ14.3910.0314.01-
YUV90.85134.86159.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=44.41%
G=21.71%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356610300.510.240.47327.8334.3339.41
Hex874267033182F1482227
Octal20710214706330575104247
Binary1000011110000101100111011001111000101111101001000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874267; }

 p { color: rgb(135,66,103); }

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

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

 a { background-color: rgb(135,66,103); }

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

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

 span { border-color: rgb(135,66,103); }

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