#874974

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

Shades of Cosmic #874974

Tints of Cosmic #874974

Color information

#874974 (or 0x874974) is unknown color: approx Cosmic. HEX triplet: 87, 49 and 74. RGB value is (135,73,116). Sum of RGB (Red+Green+Blue) = 135+73+116=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #874974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874974 is #78B68B. Grayscale: #606060. Windows color (decimal): -7911052 or 7620999. OLE color: 7620999.

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

Color convert

RGB13573116-
CMYK00.460.140.47
HSL318.39º29.81%40.78%-
HSV(B)318.39º45.93%52.94%-
XYZ15.5311.1817.86-
YUV96.44139.04155.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=41.67%
G=22.53%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357311600.460.140.47318.3929.8140.78
Hex87497402EE2F13e1e29
Octal20711116405616574763651
Binary10000111100100111101000101110111010111110011111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874974; }

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

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

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

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

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

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

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

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