Html Css Color HEX #887A80 Venus

📋 copy color: '#887A80'

red 136 ◦ green 122 ◦ blue 128

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

Shades of Venus #887A80

Tints of Venus #887A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

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

R = 35.23%
G = 31.61%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#887A80 (or 0x887A80) is known color: Venus. HEX triplet: 88, 7A and 80. RGB value is (136,122,128). Sum of RGB (Red+Green+Blue) = 136+122+128=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #887A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A80 is #77857F. Grayscale: #7E7E7E. Windows color (decimal): -7832960 or 8419976. OLE color: 8419976.

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

Color convert

RGB 136 122 128 -
CMYK 0 0.10 0.06 0.47
HSL 334.29º 0.06% 0.51% -
HSV(B) 334.29º 0.1% 0.53% -
XYZ 21.01 20.71 23.31 -
YUV 126.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 136 122 128 0 0.10 0.06 0.47 334.29 0.06 0.51
Hex 88 7A 80 0 A 6 2F 14E 6 33
Octal 210 172 200 0 12 6 57 516 6 63
Binary 10001000 1111010 10000000 0 1010 110 101111 101001110 110 110011

Color Harmonies of #887A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A80

Black with #887A80

Text Example


Text Example

White with #887A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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