Html Css Color HEX #87717A Venus

📋 copy color: '#87717A'

red 135 ◦ green 113 ◦ blue 122

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

Shades of Venus #87717A

Tints of Venus #87717A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 36.49%
G = 30.54%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87717A (or 0x87717A) is known color: Venus. HEX triplet: 87, 71 and 7A. RGB value is (135,113,122). Sum of RGB (Red+Green+Blue) = 135+113+122=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #87717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87717A is #788E85. Grayscale: #787878. Windows color (decimal): -7900806 or 8024455. OLE color: 8024455.

HSL color Cylindrical-coordinate representation of color #87717A: hue angle of 335.45º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87717A is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 113 122 -
CMYK 0 0.16 0.10 0.47
HSL 335.45º 0.09% 0.49% -
HSV(B) 335.45º 0.16% 0.53% -
XYZ 19.41 18.37 20.93 -
YUV 120.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 135 113 122 0 0.16 0.10 0.47 335.45 0.09 0.49
Hex 87 71 7A 0 10 A 2F 14F 9 31
Octal 207 161 172 0 20 12 57 517 11 61
Binary 10000111 1110001 1111010 0 10000 1010 101111 101001111 1001 110001

Color Harmonies of #87717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87717A

Black with #87717A

Text Example


Text Example

White with #87717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87717A; }

 p { color: rgb(135,113,122); }

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

background-color css

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

 a { background-color: rgb(135,113,122); }

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

border-color css

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

 span { border-color: rgb(135,113,122); }

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