Html Css Color HEX #86737B Venus

📋 copy color: '#86737B'

red 134 ◦ green 115 ◦ blue 123

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

Shades of Venus #86737B

Tints of Venus #86737B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 36.02%
G = 30.91%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86737B (or 0x86737B) is known color: Venus. HEX triplet: 86, 73 and 7B. RGB value is (134,115,123). Sum of RGB (Red+Green+Blue) = 134+115+123=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #86737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86737B is #798C84. Grayscale: #797979. Windows color (decimal): -7965829 or 8090502. OLE color: 8090502.

HSL color Cylindrical-coordinate representation of color #86737B: hue angle of 334.74º 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 #86737B is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 115 123 -
CMYK 0 0.14 0.08 0.47
HSL 334.74º 0.08% 0.49% -
HSV(B) 334.74º 0.14% 0.53% -
XYZ 19.54 18.76 21.33 -
YUV 121.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 134 115 123 0 0.14 0.08 0.47 334.74 0.08 0.49
Hex 86 73 7B 0 E 8 2F 14F 8 31
Octal 206 163 173 0 16 10 57 517 10 61
Binary 10000110 1110011 1111011 0 1110 1000 101111 101001111 1000 110001

Color Harmonies of #86737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86737B

Black with #86737B

Text Example


Text Example

White with #86737B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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