#874B6D

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

Shades of Cosmic #874B6D

Tints of Cosmic #874B6D

Color information

#874B6D (or 0x874B6D) is unknown color: approx Cosmic. HEX triplet: 87, 4B and 6D. RGB value is (135,75,109). Sum of RGB (Red+Green+Blue) = 135+75+109=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #874B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B6D is #78B492. Grayscale: #606060. Windows color (decimal): -7910547 or 7162759. OLE color: 7162759.

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

Color convert

RGB13575109-
CMYK00.440.190.47
HSL326º28.57%41.18%-
HSV(B)326º44.44%52.94%-
XYZ15.2711.2915.84-
YUV96.82134.88155.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=42.32%
G=23.51%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357510900.440.190.4732628.5741.18
Hex874B6D02C132F1461d29
Octal20711315505423575063551
Binary100001111001011110110101011001001110111110100011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,75,109); }

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

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

 a { background-color: rgb(135,75,109); }

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

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

 span { border-color: rgb(135,75,109); }

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