Html Css Color HEX #887980 Venus

📋 copy color: '#887980'

red 136 ◦ green 121 ◦ blue 128

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

Shades of Venus #887980

Tints of Venus #887980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 35.32%
G = 31.43%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#887980 (or 0x887980) is known color: Venus. HEX triplet: 88, 79 and 80. RGB value is (136,121,128). Sum of RGB (Red+Green+Blue) = 136+121+128=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #887980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887980 is #77867F. Grayscale: #7E7E7E. Windows color (decimal): -7833216 or 8419720. OLE color: 8419720.

HSL color Cylindrical-coordinate representation of color #887980: hue angle of 332º 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 #887980 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 121 128 -
CMYK 0 0.11 0.06 0.47
HSL 332º 0.06% 0.5% -
HSV(B) 332º 0.11% 0.53% -
XYZ 20.89 20.47 23.27 -
YUV 126.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 136 121 128 0 0.11 0.06 0.47 332 0.06 0.5
Hex 88 79 80 0 B 6 2F 14C 6 32
Octal 210 171 200 0 13 6 57 514 6 62
Binary 10001000 1111001 10000000 0 1011 110 101111 101001100 110 110010

Color Harmonies of #887980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887980

Black with #887980

Text Example


Text Example

White with #887980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887980; }

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

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

background-color css

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

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

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

border-color css

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

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

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