Html Css Color HEX #887981 Venus

📋 copy color: '#887981'

red 136 ◦ green 121 ◦ blue 129

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

Shades of Venus #887981

Tints of Venus #887981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.35%

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

R = 35.23%
G = 31.35%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#887981 (or 0x887981) is known color: Venus. HEX triplet: 88, 79 and 81. RGB value is (136,121,129). Sum of RGB (Red+Green+Blue) = 136+121+129=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #887981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887981 is #77867E. Grayscale: #7E7E7E. Windows color (decimal): -7833215 or 8485256. OLE color: 8485256.

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

Color convert

RGB 136 121 129 -
CMYK 0 0.11 0.05 0.47
HSL 328º 0.06% 0.5% -
HSV(B) 328º 0.11% 0.53% -
XYZ 20.95 20.49 23.62 -
YUV 126.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 136 121 129 0 0.11 0.05 0.47 328 0.06 0.5
Hex 88 79 81 0 B 5 2F 148 6 32
Octal 210 171 201 0 13 5 57 510 6 62
Binary 10001000 1111001 10000001 0 1011 101 101111 101001000 110 110010

Color Harmonies of #887981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887981

Black with #887981

Text Example


Text Example

White with #887981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887981; }

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

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

background-color css

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

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

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

border-color css

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

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

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