#874F74

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

Shades of Cosmic #874F74

Tints of Cosmic #874F74

Color information

#874F74 (or 0x874F74) is unknown color: approx Cosmic. HEX triplet: 87, 4F and 74. RGB value is (135,79,116). Sum of RGB (Red+Green+Blue) = 135+79+116=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #874F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F74 is #78B08B. Grayscale: #636363. Windows color (decimal): -7909516 or 7622535. OLE color: 7622535.

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

Color convert

RGB13579116-
CMYK00.410.140.47
HSL320.36º26.17%41.96%-
HSV(B)320.36º41.48%52.94%-
XYZ15.941218-
YUV99.96137.05152.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=40.91%
G=23.94%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357911600.410.140.47320.3626.1741.96
Hex874F74029E2F1401a2a
Octal20711716405116575003252
Binary10000111100111111101000101001111010111110100000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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