Html Css Color HEX #887C81 Venus

📋 copy color: '#887C81'

red 136 ◦ green 124 ◦ blue 129

#887C81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #887C81

Tints of Venus #887C81

RGB

 RED value IS 136 (53.52% from 255) = 34.96%

 GREEN value IS 124 (48.83% from 255) = 31.88%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 34.96%
G = 31.88%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#887C81 (or 0x887C81) is known color: Venus. HEX triplet: 88, 7C and 81. RGB value is (136,124,129). Sum of RGB (Red+Green+Blue) = 136+124+129=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #887C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C81 is #77837E. Grayscale: #808080. Windows color (decimal): -7832447 or 8486024. OLE color: 8486024.

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

Color convert

RGB 136 124 129 -
CMYK 0 0.09 0.05 0.47
HSL 335º 0.05% 0.51% -
HSV(B) 335º 0.09% 0.53% -
XYZ 21.32 21.23 23.74 -
YUV 128.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 136 124 129 0 0.09 0.05 0.47 335 0.05 0.51
Hex 88 7C 81 0 9 5 2F 14F 5 33
Octal 210 174 201 0 11 5 57 517 5 63
Binary 10001000 1111100 10000001 0 1001 101 101111 101001111 101 110011

Color Harmonies of #887C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C81

Black with #887C81

Text Example


Text Example

White with #887C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887C81; }

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

 H1.HeaderClassName
 {
   color: #887C81;
 }
 .AnyTagClassName
 {
   color: #887C81;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #887C81;
 }
 .BgClassName
 {
   background-color: #887C81;
 }
</style>

border-color css

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

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

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