Html Css Color HEX #877F80 Venus

📋 copy color: '#877F80'

red 135 ◦ green 127 ◦ blue 128

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

Shades of Venus #877F80

Tints of Venus #877F80

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

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

R = 34.62%
G = 32.56%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#877F80 (or 0x877F80) is known color: Venus. HEX triplet: 87, 7F and 80. RGB value is (135,127,128). Sum of RGB (Red+Green+Blue) = 135+127+128=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 135 - color contains mainly: red. Hex color #877F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F80 is #78807F. Grayscale: #818181. Windows color (decimal): -7897216 or 8421255. OLE color: 8421255.

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

Color convert

RGB 135 127 128 -
CMYK 0 0.06 0.05 0.47
HSL 352.5º 0.03% 0.51% -
HSV(B) 352.5º 0.06% 0.53% -
XYZ 21.48 21.89 23.51 -
YUV 129.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 135 127 128 0 0.06 0.05 0.47 352.5 0.03 0.51
Hex 87 7F 80 0 6 5 2F 160 3 33
Octal 207 177 200 0 6 5 57 540 3 63
Binary 10000111 1111111 10000000 0 110 101 101111 101100000 11 110011

Color Harmonies of #877F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F80

Black with #877F80

Text Example


Text Example

White with #877F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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