#874467

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

Shades of Cosmic #874467

Tints of Cosmic #874467

Color information

#874467 (or 0x874467) is unknown color: approx Cosmic. HEX triplet: 87, 44 and 67. RGB value is (135,68,103). Sum of RGB (Red+Green+Blue) = 135+68+103=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #874467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874467 is #78BB98. Grayscale: #5B5B5B. Windows color (decimal): -7912345 or 6767751. OLE color: 6767751.

HSL color Cylindrical-coordinate representation of color #874467: hue angle of 328.66º degrees, saturation: 0.33, 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 #874467 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13568103-
CMYK00.500.240.47
HSL328.66º33%39.8%-
HSV(B)328.66º49.63%52.94%-
XYZ14.5110.2614.05-
YUV92.02134.2158.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=44.12%
G=22.22%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356810300.500.240.47328.663339.8
Hex874467032182F1492128
Octal20710414706230575114150
Binary1000011110001001100111011001011000101111101001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874467; }

 p { color: rgb(135,68,103); }

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

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

 a { background-color: rgb(135,68,103); }

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

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

 span { border-color: rgb(135,68,103); }

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