#874E75

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

Shades of Cosmic #874E75

Tints of Cosmic #874E75

Color information

#874E75 (or 0x874E75) is unknown color: approx Cosmic. HEX triplet: 87, 4E and 75. RGB value is (135,78,117). Sum of RGB (Red+Green+Blue) = 135+78+117=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #874E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E75 is #78B18A. Grayscale: #636363. Windows color (decimal): -7909771 or 7687815. OLE color: 7687815.

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

Color convert

RGB13578117-
CMYK00.420.130.47
HSL318.95º26.76%41.76%-
HSV(B)318.95º42.22%52.94%-
XYZ15.9311.8818.28-
YUV99.49137.88153.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=40.91%
G=23.64%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357811700.420.130.47318.9526.7641.76
Hex874E7502AD2F13f1b2a
Octal20711616505215574773352
Binary10000111100111011101010101010110110111110011111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E75; }

 p { color: rgb(135,78,117); }

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

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

 a { background-color: rgb(135,78,117); }

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

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

 span { border-color: rgb(135,78,117); }

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