#874370

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

Shades of Cosmic #874370

Tints of Cosmic #874370

Color information

#874370 (or 0x874370) is unknown color: approx Cosmic. HEX triplet: 87, 43 and 70. RGB value is (135,67,112). Sum of RGB (Red+Green+Blue) = 135+67+112=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #874370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874370 is #78BC8F. Grayscale: #5C5C5C. Windows color (decimal): -7912592 or 7357319. OLE color: 7357319.

HSL color Cylindrical-coordinate representation of color #874370: hue angle of 320.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874370 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13567112-
CMYK00.500.170.47
HSL320.29º33.66%39.61%-
HSV(B)320.29º50.37%52.94%-
XYZ14.9210.3416.54-
YUV92.46139.03158.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 67 (26.56% from 255) = 21.34%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=42.99%
G=21.34%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356711200.500.170.47320.2933.6639.61
Hex874370032112F1402228
Octal20710316006221575004250
Binary1000011110000111110000011001010001101111101000000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874370; }

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

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

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

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

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

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

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

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