#888184

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

Shades of Venus #888184

Tints of Venus #888184

Color information

#888184 (or 0x888184) is unknown color: approx Venus. HEX triplet: 88, 81 and 84. RGB value is (136,129,132). Sum of RGB (Red+Green+Blue) = 136+129+132=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 136 - color contains mainly: red. Hex color #888184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888184 is #777E7B. Grayscale: #838383. Windows color (decimal): -7831164 or 8683912. OLE color: 8683912.

HSL color Cylindrical-coordinate representation of color #888184: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #888184 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB136129132-
CMYK00.050.030.47
HSL334.29º2.86%51.96%-
HSV(B)334.29º5.15%53.33%-
XYZ22.1722.625.02-
YUV131.44128.32131.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=34.26%
G=32.49%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612913200.050.030.47334.292.8651.96
Hex8881840532F14e334
Octal21020120405357516364
Binary10001000100000011000010001011110111110100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888184; }

 p { color: rgb(136,129,132); }

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

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

 a { background-color: rgb(136,129,132); }

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

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

 span { border-color: rgb(136,129,132); }

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