#887279

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

Shades of Venus #887279

Tints of Venus #887279

Color information

#887279 (or 0x887279) is unknown color: approx Venus. HEX triplet: 88, 72 and 79. RGB value is (136,114,121). Sum of RGB (Red+Green+Blue) = 136+114+121=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #887279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887279 is #778D86. Grayscale: #797979. Windows color (decimal): -7835015 or 7959176. OLE color: 7959176.

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

Color convert

RGB136114121-
CMYK00.160.110.47
HSL340.91º8.8%49.02%-
HSV(B)340.91º16.18%53.33%-
XYZ19.6218.6520.65-
YUV121.38127.79138.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=36.66%
G=30.73%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611412100.160.110.47340.918.849.02
Hex887279010B2F155931
Octal21016217102013575251161
Binary100010001110010111100101000010111011111010101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887279; }

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

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

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

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

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

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

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

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