Html Css Color HEX #86787C Venus

📋 copy color: '#86787C'

red 134 ◦ green 120 ◦ blue 124

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

Shades of Venus #86787C

Tints of Venus #86787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.75%

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

R = 35.45%
G = 31.75%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86787C (or 0x86787C) is known color: Venus. HEX triplet: 86, 78 and 7C. RGB value is (134,120,124). Sum of RGB (Red+Green+Blue) = 134+120+124=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #86787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86787C is #798783. Grayscale: #7C7C7C. Windows color (decimal): -7964548 or 8157318. OLE color: 8157318.

HSL color Cylindrical-coordinate representation of color #86787C: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86787C is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 120 124 -
CMYK 0 0.10 0.07 0.47
HSL 342.86º 0.06% 0.5% -
HSV(B) 342.86º 0.1% 0.53% -
XYZ 20.19 19.96 21.86 -
YUV 124.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 134 120 124 0 0.10 0.07 0.47 342.86 0.06 0.5
Hex 86 78 7C 0 A 7 2F 157 6 32
Octal 206 170 174 0 12 7 57 527 6 62
Binary 10000110 1111000 1111100 0 1010 111 101111 101010111 110 110010

Color Harmonies of #86787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86787C

Black with #86787C

Text Example


Text Example

White with #86787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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