#874D70

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

Shades of Cosmic #874D70

Tints of Cosmic #874D70

Color information

#874D70 (or 0x874D70) is unknown color: approx Cosmic. HEX triplet: 87, 4D and 70. RGB value is (135,77,112). Sum of RGB (Red+Green+Blue) = 135+77+112=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #874D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D70 is #78B28F. Grayscale: #626262. Windows color (decimal): -7910032 or 7359879. OLE color: 7359879.

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

Color convert

RGB13577112-
CMYK00.430.170.47
HSL323.79º27.36%41.57%-
HSV(B)323.79º42.96%52.94%-
XYZ15.5711.6316.75-
YUV98.33135.72154.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=41.67%
G=23.77%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357711200.430.170.47323.7927.3641.57
Hex874D7002B112F1441b2a
Octal20711516005321575043352
Binary100001111001101111000001010111000110111110100010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,77,112); }

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

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

 a { background-color: rgb(135,77,112); }

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

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

 span { border-color: rgb(135,77,112); }

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