#874765

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

Shades of Cosmic #874765

Tints of Cosmic #874765

Color information

#874765 (or 0x874765) is unknown color: approx Cosmic. HEX triplet: 87, 47 and 65. RGB value is (135,71,101). Sum of RGB (Red+Green+Blue) = 135+71+101=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #874765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874765 is #78B89A. Grayscale: #5D5D5D. Windows color (decimal): -7911579 or 6637447. OLE color: 6637447.

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

Color convert

RGB13571101-
CMYK00.470.250.47
HSL331.88º31.07%40.39%-
HSV(B)331.88º47.41%52.94%-
XYZ14.5910.613.59-
YUV93.56132.2157.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=43.97%
G=23.13%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357110100.470.250.47331.8831.0740.39
Hex87476502F192F14c1f28
Octal20710714505731575143750
Binary100001111000111110010101011111100110111110100110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874765; }

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

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

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

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

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

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

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

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