Html Css Color HEX #86767D Venus

📋 copy color: '#86767D'

red 134 ◦ green 118 ◦ blue 125

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

Shades of Venus #86767D

Tints of Venus #86767D

RGB

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

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

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

R = 35.54%
G = 31.3%
B = 33.16%

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

#86767D (or 0x86767D) is known color: Venus. HEX triplet: 86, 76 and 7D. RGB value is (134,118,125). Sum of RGB (Red+Green+Blue) = 134+118+125=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #86767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86767D is #798982. Grayscale: #7B7B7B. Windows color (decimal): -7965059 or 8222342. OLE color: 8222342.

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

Color convert

RGB 134 118 125 -
CMYK 0 0.12 0.07 0.47
HSL 333.75º 0.06% 0.49% -
HSV(B) 333.75º 0.12% 0.53% -
XYZ 20.01 19.51 22.11 -
YUV 123.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 134 118 125 0 0.12 0.07 0.47 333.75 0.06 0.49
Hex 86 76 7D 0 C 7 2F 14E 6 31
Octal 206 166 175 0 14 7 57 516 6 61
Binary 10000110 1110110 1111101 0 1100 111 101111 101001110 110 110001

Color Harmonies of #86767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86767D

Black with #86767D

Text Example


Text Example

White with #86767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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