Html Css Color HEX #86757C Venus

📋 copy color: '#86757C'

red 134 ◦ green 117 ◦ blue 124

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

Shades of Venus #86757C

Tints of Venus #86757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

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

R = 35.73%
G = 31.2%
B = 33.07%

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

#86757C (or 0x86757C) is known color: Venus. HEX triplet: 86, 75 and 7C. RGB value is (134,117,124). Sum of RGB (Red+Green+Blue) = 134+117+124=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #86757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86757C is #798A83. Grayscale: #7A7A7A. Windows color (decimal): -7965316 or 8156550. OLE color: 8156550.

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

Color convert

RGB 134 117 124 -
CMYK 0 0.13 0.07 0.47
HSL 335.29º 0.07% 0.49% -
HSV(B) 335.29º 0.13% 0.53% -
XYZ 19.83 19.25 21.74 -
YUV 122.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 134 117 124 0 0.13 0.07 0.47 335.29 0.07 0.49
Hex 86 75 7C 0 D 7 2F 14F 7 31
Octal 206 165 174 0 15 7 57 517 7 61
Binary 10000110 1110101 1111100 0 1101 111 101111 101001111 111 110001

Color Harmonies of #86757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86757C

Black with #86757C

Text Example


Text Example

White with #86757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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