Html Css Color HEX #87707A Venus

📋 copy color: '#87707A'

red 135 ◦ green 112 ◦ blue 122

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

Shades of Venus #87707A

Tints of Venus #87707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 36.59%
G = 30.35%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87707A (or 0x87707A) is known color: Venus. HEX triplet: 87, 70 and 7A. RGB value is (135,112,122). Sum of RGB (Red+Green+Blue) = 135+112+122=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #87707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87707A is #788F85. Grayscale: #787878. Windows color (decimal): -7901062 or 8024199. OLE color: 8024199.

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

Color convert

RGB 135 112 122 -
CMYK 0 0.17 0.10 0.47
HSL 333.91º 0.09% 0.48% -
HSV(B) 333.91º 0.17% 0.53% -
XYZ 19.3 18.14 20.9 -
YUV 120.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 135 112 122 0 0.17 0.10 0.47 333.91 0.09 0.48
Hex 87 70 7A 0 11 A 2F 14E 9 30
Octal 207 160 172 0 21 12 57 516 11 60
Binary 10000111 1110000 1111010 0 10001 1010 101111 101001110 1001 110000

Color Harmonies of #87707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87707A

Black with #87707A

Text Example


Text Example

White with #87707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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