#887178

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

Shades of Venus #887178

Tints of Venus #887178

Color information

#887178 (or 0x887178) is unknown color: approx Venus. HEX triplet: 88, 71 and 78. RGB value is (136,113,120). Sum of RGB (Red+Green+Blue) = 136+113+120=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 136 - color contains mainly: red. Hex color #887178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887178 is #778E87. Grayscale: #787878. Windows color (decimal): -7835272 or 7893384. OLE color: 7893384.

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

Color convert

RGB136113120-
CMYK00.170.120.47
HSL341.74º9.24%48.82%-
HSV(B)341.74º16.91%53.33%-
XYZ19.4518.420.3-
YUV120.68127.62138.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=36.86%
G=30.62%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611312000.170.120.47341.749.2448.82
Hex887178011C2F156931
Octal21016117002114575261161
Binary100010001110001111100001000111001011111010101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887178; }

 p { color: rgb(136,113,120); }

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

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

 a { background-color: rgb(136,113,120); }

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

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

 span { border-color: rgb(136,113,120); }

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