#874967

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

Shades of Cosmic #874967

Tints of Cosmic #874967

Color information

#874967 (or 0x874967) is unknown color: approx Cosmic. HEX triplet: 87, 49 and 67. RGB value is (135,73,103). Sum of RGB (Red+Green+Blue) = 135+73+103=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #874967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874967 is #78B698. Grayscale: #5E5E5E. Windows color (decimal): -7911065 or 6769031. OLE color: 6769031.

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

Color convert

RGB13573103-
CMYK00.460.240.47
HSL330.97º29.81%40.78%-
HSV(B)330.97º45.93%52.94%-
XYZ14.8210.914.15-
YUV94.96132.54156.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 103 (40.62% from 255) = 33.12%
R=43.41%
G=23.47%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357310300.460.240.47330.9729.8140.78
Hex87496702E182F14b1e29
Octal20711114705630575133651
Binary100001111001001110011101011101100010111110100101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874967; }

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

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

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

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

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

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

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

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