#874B6E

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

Shades of Cosmic #874B6E

Tints of Cosmic #874B6E

Color information

#874B6E (or 0x874B6E) is unknown color: approx Cosmic. HEX triplet: 87, 4B and 6E. RGB value is (135,75,110). Sum of RGB (Red+Green+Blue) = 135+75+110=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B6E is #78B491. Grayscale: #606060. Windows color (decimal): -7910546 or 7228295. OLE color: 7228295.

HSL color Cylindrical-coordinate representation of color #874B6E: hue angle of 325º 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 #874B6E is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13575110-
CMYK00.440.190.47
HSL325º28.57%41.18%-
HSV(B)325º44.44%52.94%-
XYZ15.3211.3116.13-
YUV96.93135.38155.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=42.19%
G=23.44%
B=34.38%

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
Decimal1357511000.440.190.4732528.5741.18
Hex874B6E02C132F1451d29
Octal20711315605423575053551
Binary100001111001011110111001011001001110111110100010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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