Html Css Color HEX #877D80 Venus

📋 copy color: '#877D80'

red 135 ◦ green 125 ◦ blue 128

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

Shades of Venus #877D80

Tints of Venus #877D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

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

R = 34.79%
G = 32.22%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#877D80 (or 0x877D80) is known color: Venus. HEX triplet: 87, 7D and 80. RGB value is (135,125,128). Sum of RGB (Red+Green+Blue) = 135+125+128=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #877D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D80 is #78827F. Grayscale: #808080. Windows color (decimal): -7897728 or 8420743. OLE color: 8420743.

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

Color convert

RGB 135 125 128 -
CMYK 0 0.07 0.05 0.47
HSL 342º 0.04% 0.51% -
HSV(B) 342º 0.07% 0.53% -
XYZ 21.22 21.38 23.43 -
YUV 128.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 135 125 128 0 0.07 0.05 0.47 342 0.04 0.51
Hex 87 7D 80 0 7 5 2F 156 4 33
Octal 207 175 200 0 7 5 57 526 4 63
Binary 10000111 1111101 10000000 0 111 101 101111 101010110 100 110011

Color Harmonies of #877D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877D80

Black with #877D80

Text Example


Text Example

White with #877D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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