Html Css Color HEX #877C80 Venus

📋 copy color: '#877C80'

red 135 ◦ green 124 ◦ blue 128

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

Shades of Venus #877C80

Tints of Venus #877C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.04%

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

R = 34.88%
G = 32.04%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#877C80 (or 0x877C80) is known color: Venus. HEX triplet: 87, 7C and 80. RGB value is (135,124,128). Sum of RGB (Red+Green+Blue) = 135+124+128=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #877C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C80 is #78837F. Grayscale: #7F7F7F. Windows color (decimal): -7897984 or 8420487. OLE color: 8420487.

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

Color convert

RGB 135 124 128 -
CMYK 0 0.08 0.05 0.47
HSL 338.18º 0.04% 0.51% -
HSV(B) 338.18º 0.08% 0.53% -
XYZ 21.1 21.12 23.39 -
YUV 127.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 135 124 128 0 0.08 0.05 0.47 338.18 0.04 0.51
Hex 87 7C 80 0 8 5 2F 152 4 33
Octal 207 174 200 0 10 5 57 522 4 63
Binary 10000111 1111100 10000000 0 1000 101 101111 101010010 100 110011

Color Harmonies of #877C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877C80

Black with #877C80

Text Example


Text Example

White with #877C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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