#887379

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

Shades of Venus #887379

Tints of Venus #887379

Color information

#887379 (or 0x887379) is unknown color: approx Venus. HEX triplet: 88, 73 and 79. RGB value is (136,115,121). Sum of RGB (Red+Green+Blue) = 136+115+121=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 136 - color contains mainly: red. Hex color #887379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887379 is #778C86. Grayscale: #797979. Windows color (decimal): -7834759 or 7959432. OLE color: 7959432.

HSL color Cylindrical-coordinate representation of color #887379: hue angle of 342.86º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #887379 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB136115121-
CMYK00.150.110.47
HSL342.86º8.37%49.22%-
HSV(B)342.86º15.44%53.33%-
XYZ19.7418.8820.69-
YUV121.96127.46138.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=36.56%
G=30.91%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611512100.150.110.47342.868.3749.22
Hex8873790FB2F157831
Octal21016317101713575271061
Binary10001000111001111110010111110111011111010101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887379; }

 p { color: rgb(136,115,121); }

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

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

 a { background-color: rgb(136,115,121); }

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

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

 span { border-color: rgb(136,115,121); }

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