Html Css Color HEX #86737C Venus

📋 copy color: '#86737C'

red 134 ◦ green 115 ◦ blue 124

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

Shades of Venus #86737C

Tints of Venus #86737C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 35.92%
G = 30.83%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86737C (or 0x86737C) is known color: Venus. HEX triplet: 86, 73 and 7C. RGB value is (134,115,124). Sum of RGB (Red+Green+Blue) = 134+115+124=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86737C is #798C83. Grayscale: #797979. Windows color (decimal): -7965828 or 8156038. OLE color: 8156038.

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

Color convert

RGB 134 115 124 -
CMYK 0 0.14 0.07 0.47
HSL 331.58º 0.08% 0.49% -
HSV(B) 331.58º 0.14% 0.53% -
XYZ 19.6 18.79 21.66 -
YUV 121.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 134 115 124 0 0.14 0.07 0.47 331.58 0.08 0.49
Hex 86 73 7C 0 E 7 2F 14C 8 31
Octal 206 163 174 0 16 7 57 514 10 61
Binary 10000110 1110011 1111100 0 1110 111 101111 101001100 1000 110001

Color Harmonies of #86737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86737C

Black with #86737C

Text Example


Text Example

White with #86737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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