Html Css Color HEX #877E7F Venus

📋 copy color: '#877E7F'

red 135 ◦ green 126 ◦ blue 127

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

Shades of Venus #877E7F

Tints of Venus #877E7F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.47%

 BLUE value IS 127 (50% from 255) = 32.73%

R = 34.79%
G = 32.47%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#877E7F (or 0x877E7F) is known color: Venus. HEX triplet: 87, 7E and 7F. RGB value is (135,126,127). Sum of RGB (Red+Green+Blue) = 135+126+127=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #877E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E7F is #788180. Grayscale: #808080. Windows color (decimal): -7897473 or 8355463. OLE color: 8355463.

HSL color Cylindrical-coordinate representation of color #877E7F: hue angle of 353.33º 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 #877E7F is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 126 127 -
CMYK 0 0.07 0.06 0.47
HSL 353.33º 0.04% 0.51% -
HSV(B) 353.33º 0.07% 0.53% -
XYZ 21.28 21.6 23.13 -
YUV 128.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 135 126 127 0 0.07 0.06 0.47 353.33 0.04 0.51
Hex 87 7E 7F 0 7 6 2F 161 4 33
Octal 207 176 177 0 7 6 57 541 4 63
Binary 10000111 1111110 1111111 0 111 110 101111 101100001 100 110011

Color Harmonies of #877E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877E7F

Black with #877E7F

Text Example


Text Example

White with #877E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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