Html Css Color HEX #877880 Venus

📋 copy color: '#877880'

red 135 ◦ green 120 ◦ blue 128

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

Shades of Venus #877880

Tints of Venus #877880

RGB

 RED value IS 135 (53.13% from 255) = 35.25%

 GREEN value IS 120 (47.27% from 255) = 31.33%

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

R = 35.25%
G = 31.33%
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

#877880 (or 0x877880) is known color: Venus. HEX triplet: 87, 78 and 80. RGB value is (135,120,128). Sum of RGB (Red+Green+Blue) = 135+120+128=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #877880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877880 is #78877F. Grayscale: #7D7D7D. Windows color (decimal): -7899008 or 8419463. OLE color: 8419463.

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

Color convert

RGB 135 120 128 -
CMYK 0 0.11 0.05 0.47
HSL 328º 0.06% 0.5% -
HSV(B) 328º 0.11% 0.53% -
XYZ 20.6 20.14 23.22 -
YUV 125.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 135 120 128 0 0.11 0.05 0.47 328 0.06 0.5
Hex 87 78 80 0 B 5 2F 148 6 32
Octal 207 170 200 0 13 5 57 510 6 62
Binary 10000111 1111000 10000000 0 1011 101 101111 101001000 110 110010

Color Harmonies of #877880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877880

Black with #877880

Text Example


Text Example

White with #877880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877880; }

 p { color: rgb(135,120,128); }

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

background-color css

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

 a { background-color: rgb(135,120,128); }

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

border-color css

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

 span { border-color: rgb(135,120,128); }

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