#874763

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

Shades of Cosmic #874763

Tints of Cosmic #874763

Color information

#874763 (or 0x874763) is unknown color: approx Cosmic. HEX triplet: 87, 47 and 63. RGB value is (135,71,99). Sum of RGB (Red+Green+Blue) = 135+71+99=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #874763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874763 is #78B89C. Grayscale: #5D5D5D. Windows color (decimal): -7911581 or 6506375. OLE color: 6506375.

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

Color convert

RGB1357199-
CMYK00.470.270.47
HSL333.75º31.07%40.39%-
HSV(B)333.75º47.41%52.94%-
XYZ14.510.5613.08-
YUV93.33131.2157.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=44.26%
G=23.28%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135719900.470.270.47333.7531.0740.39
Hex87476302F1B2F14e1f28
Octal20710714305733575163750
Binary100001111000111110001101011111101110111110100111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874763; }

 p { color: rgb(135,71,99); }

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

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

 a { background-color: rgb(135,71,99); }

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

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

 span { border-color: rgb(135,71,99); }

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