Html Css Color HEX #86737A Venus

📋 copy color: '#86737A'

red 134 ◦ green 115 ◦ blue 122

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

Shades of Venus #86737A

Tints of Venus #86737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

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

R = 36.12%
G = 31%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86737A (or 0x86737A) is known color: Venus. HEX triplet: 86, 73 and 7A. RGB value is (134,115,122). Sum of RGB (Red+Green+Blue) = 134+115+122=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #86737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86737A is #798C85. Grayscale: #797979. Windows color (decimal): -7965830 or 8024966. OLE color: 8024966.

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

Color convert

RGB 134 115 122 -
CMYK 0 0.14 0.09 0.47
HSL 337.89º 0.08% 0.49% -
HSV(B) 337.89º 0.14% 0.53% -
XYZ 19.48 18.73 21 -
YUV 121.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 134 115 122 0 0.14 0.09 0.47 337.89 0.08 0.49
Hex 86 73 7A 0 E 9 2F 152 8 31
Octal 206 163 172 0 16 11 57 522 10 61
Binary 10000110 1110011 1111010 0 1110 1001 101111 101010010 1000 110001

Color Harmonies of #86737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86737A

Black with #86737A

Text Example


Text Example

White with #86737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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