#874762

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

Shades of Cosmic #874762

Tints of Cosmic #874762

Color information

#874762 (or 0x874762) is unknown color: approx Cosmic. HEX triplet: 87, 47 and 62. RGB value is (135,71,98). Sum of RGB (Red+Green+Blue) = 135+71+98=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #874762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874762 is #78B89D. Grayscale: #5D5D5D. Windows color (decimal): -7911582 or 6440839. OLE color: 6440839.

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

Color convert

RGB1357198-
CMYK00.470.270.47
HSL334.69º31.07%40.39%-
HSV(B)334.69º47.41%52.94%-
XYZ14.4510.5412.83-
YUV93.21130.7157.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 98 (38.67% from 255) = 32.24%
R=44.41%
G=23.36%
B=32.24%

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
Decimal135719800.470.270.47334.6931.0740.39
Hex87476202F1B2F14f1f28
Octal20710714205733575173750
Binary100001111000111110001001011111101110111110100111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874762; }

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

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

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

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

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

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

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

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