#886F78

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

Shades of Venus #886F78

Tints of Venus #886F78

Color information

#886F78 (or 0x886F78) is unknown color: approx Venus. HEX triplet: 88, 6F and 78. RGB value is (136,111,120). Sum of RGB (Red+Green+Blue) = 136+111+120=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #886F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F78 is #779087. Grayscale: #777777. Windows color (decimal): -7835784 or 7892872. OLE color: 7892872.

HSL color Cylindrical-coordinate representation of color #886F78: hue angle of 338.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #886F78 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB136111120-
CMYK00.180.120.47
HSL338.4º10.12%48.43%-
HSV(B)338.4º18.38%53.33%-
XYZ19.2317.9620.22-
YUV119.5128.28139.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=37.06%
G=30.25%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611112000.180.120.47338.410.1248.43
Hex886F78012C2F152a30
Octal21015717002214575221260
Binary100010001101111111100001001011001011111010100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886F78; }

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

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

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

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

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

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

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

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