#874D6A

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

Shades of Cosmic #874D6A

Tints of Cosmic #874D6A

Color information

#874D6A (or 0x874D6A) is unknown color: approx Cosmic. HEX triplet: 87, 4D and 6A. RGB value is (135,77,106). Sum of RGB (Red+Green+Blue) = 135+77+106=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #874D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D6A is #78B295. Grayscale: #616161. Windows color (decimal): -7910038 or 6966663. OLE color: 6966663.

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

Color convert

RGB13577106-
CMYK00.430.210.47
HSL330º27.36%41.57%-
HSV(B)330º42.96%52.94%-
XYZ15.2511.515.05-
YUV97.65132.72154.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=42.45%
G=24.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357710600.430.210.4733027.3641.57
Hex874D6A02B152F14a1b2a
Octal20711515205325575123352
Binary100001111001101110101001010111010110111110100101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,77,106); }

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

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

 a { background-color: rgb(135,77,106); }

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

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

 span { border-color: rgb(135,77,106); }

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