Html Css Color HEX #86747D Venus

📋 copy color: '#86747D'

red 134 ◦ green 116 ◦ blue 125

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

Shades of Venus #86747D

Tints of Venus #86747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 35.73%
G = 30.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86747D (or 0x86747D) is known color: Venus. HEX triplet: 86, 74 and 7D. RGB value is (134,116,125). Sum of RGB (Red+Green+Blue) = 134+116+125=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #86747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86747D is #798B82. Grayscale: #7A7A7A. Windows color (decimal): -7965571 or 8221830. OLE color: 8221830.

HSL color Cylindrical-coordinate representation of color #86747D: hue angle of 330º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #86747D is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 116 125 -
CMYK 0 0.13 0.07 0.47
HSL 330º 0.07% 0.49% -
HSV(B) 330º 0.13% 0.53% -
XYZ 19.78 19.04 22.03 -
YUV 122.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 134 116 125 0 0.13 0.07 0.47 330 0.07 0.49
Hex 86 74 7D 0 D 7 2F 14A 7 31
Octal 206 164 175 0 15 7 57 512 7 61
Binary 10000110 1110100 1111101 0 1101 111 101111 101001010 111 110001

Color Harmonies of #86747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86747D

Black with #86747D

Text Example


Text Example

White with #86747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86747D; }

 p { color: rgb(134,116,125); }

 H1.HeaderClassName
 {
   color: #86747D;
 }
 .AnyTagClassName
 {
   color: #86747D;
 }
</style>

background-color css

<style>
 a { background-color: #86747D; }

 a { background-color: rgb(134,116,125); }

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

border-color css

<style>
 span { border-color: #86747D; }

 span { border-color: rgb(134,116,125); }

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