#874670

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

Shades of Cosmic #874670

Tints of Cosmic #874670

Color information

#874670 (or 0x874670) is unknown color: approx Cosmic. HEX triplet: 87, 46 and 70. RGB value is (135,70,112). Sum of RGB (Red+Green+Blue) = 135+70+112=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #874670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874670 is #78B98F. Grayscale: #5E5E5E. Windows color (decimal): -7911824 or 7358087. OLE color: 7358087.

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

Color convert

RGB13570112-
CMYK00.480.170.47
HSL321.23º31.71%40.2%-
HSV(B)321.23º48.15%52.94%-
XYZ15.1110.716.6-
YUV94.22138.03157.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=42.59%
G=22.08%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357011200.480.170.47321.2331.7140.2
Hex874670030112F1412028
Octal20710616006021575014050
Binary1000011110001101110000011000010001101111101000001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874670; }

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

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

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

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

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

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

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

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