Html Css Color HEX #86767C Venus

📋 copy color: '#86767C'

red 134 ◦ green 118 ◦ blue 124

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

Shades of Venus #86767C

Tints of Venus #86767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

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

R = 35.64%
G = 31.38%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86767C (or 0x86767C) is known color: Venus. HEX triplet: 86, 76 and 7C. RGB value is (134,118,124). Sum of RGB (Red+Green+Blue) = 134+118+124=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #86767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86767C is #798983. Grayscale: #7B7B7B. Windows color (decimal): -7965060 or 8156806. OLE color: 8156806.

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

Color convert

RGB 134 118 124 -
CMYK 0 0.12 0.07 0.47
HSL 337.5º 0.06% 0.49% -
HSV(B) 337.5º 0.12% 0.53% -
XYZ 19.95 19.48 21.78 -
YUV 123.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 134 118 124 0 0.12 0.07 0.47 337.5 0.06 0.49
Hex 86 76 7C 0 C 7 2F 152 6 31
Octal 206 166 174 0 14 7 57 522 6 61
Binary 10000110 1110110 1111100 0 1100 111 101111 101010010 110 110001

Color Harmonies of #86767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86767C

Black with #86767C

Text Example


Text Example

White with #86767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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