Html Css Color HEX #86707A Venus

📋 copy color: '#86707A'

red 134 ◦ green 112 ◦ blue 122

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

Shades of Venus #86707A

Tints of Venus #86707A

RGB

 RED value IS 134 (52.73% from 255) = 36.41%

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

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

R = 36.41%
G = 30.43%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86707A (or 0x86707A) is known color: Venus. HEX triplet: 86, 70 and 7A. RGB value is (134,112,122). Sum of RGB (Red+Green+Blue) = 134+112+122=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #86707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86707A is #798F85. Grayscale: #777777. Windows color (decimal): -7966598 or 8024198. OLE color: 8024198.

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

Color convert

RGB 134 112 122 -
CMYK 0 0.16 0.09 0.47
HSL 332.73º 0.09% 0.48% -
HSV(B) 332.73º 0.16% 0.53% -
XYZ 19.14 18.06 20.89 -
YUV 119.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 134 112 122 0 0.16 0.09 0.47 332.73 0.09 0.48
Hex 86 70 7A 0 10 9 2F 14D 9 30
Octal 206 160 172 0 20 11 57 515 11 60
Binary 10000110 1110000 1111010 0 10000 1001 101111 101001101 1001 110000

Color Harmonies of #86707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86707A

Black with #86707A

Text Example


Text Example

White with #86707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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