#874C74

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

Shades of Cosmic #874C74

Tints of Cosmic #874C74

Color information

#874C74 (or 0x874C74) is unknown color: approx Cosmic. HEX triplet: 87, 4C and 74. RGB value is (135,76,116). Sum of RGB (Red+Green+Blue) = 135+76+116=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #874C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C74 is #78B38B. Grayscale: #626262. Windows color (decimal): -7910284 or 7621767. OLE color: 7621767.

HSL color Cylindrical-coordinate representation of color #874C74: hue angle of 319.32º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874C74 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13576116-
CMYK00.440.140.47
HSL319.32º27.96%41.37%-
HSV(B)319.32º43.7%52.94%-
XYZ15.7311.5817.93-
YUV98.2138.05154.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=41.28%
G=23.24%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357611600.440.140.47319.3227.9641.37
Hex874C7402CE2F13f1c29
Octal20711416405416574773451
Binary10000111100110011101000101100111010111110011111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,76,116); }

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

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

 a { background-color: rgb(135,76,116); }

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

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

 span { border-color: rgb(135,76,116); }

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