#874067

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

Shades of Cosmic #874067

Tints of Cosmic #874067

Color information

#874067 (or 0x874067) is unknown color: approx Cosmic. HEX triplet: 87, 40 and 67. RGB value is (135,64,103). Sum of RGB (Red+Green+Blue) = 135+64+103=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #874067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874067 is #78BF98. Grayscale: #595959. Windows color (decimal): -7913369 or 6766727. OLE color: 6766727.

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

Color convert

RGB13564103-
CMYK00.530.240.47
HSL327.04º35.68%39.02%-
HSV(B)327.04º52.59%52.94%-
XYZ14.279.813.97-
YUV89.68135.52160.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 103 (40.62% from 255) = 34.11%
R=44.70%
G=21.19%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356410300.530.240.47327.0435.6839.02
Hex874067035182F1472427
Octal20710014706530575074447
Binary1000011110000001100111011010111000101111101000111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874067; }

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

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

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

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

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

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

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

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