Html Css Color HEX #86797F Venus

📋 copy color: '#86797F'

red 134 ◦ green 121 ◦ blue 127

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

Shades of Venus #86797F

Tints of Venus #86797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

 BLUE value IS 127 (50% from 255) = 33.25%

R = 35.08%
G = 31.68%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86797F (or 0x86797F) is known color: Venus. HEX triplet: 86, 79 and 7F. RGB value is (134,121,127). Sum of RGB (Red+Green+Blue) = 134+121+127=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 134 - color contains mainly: red. Hex color #86797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86797F is #798680. Grayscale: #7D7D7D. Windows color (decimal): -7964289 or 8354182. OLE color: 8354182.

HSL color Cylindrical-coordinate representation of color #86797F: hue angle of 332.31º degrees, saturation: 0.05, 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 #86797F is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 121 127 -
CMYK 0 0.10 0.05 0.47
HSL 332.31º 0.05% 0.5% -
HSV(B) 332.31º 0.1% 0.53% -
XYZ 20.5 20.28 22.91 -
YUV 125.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 134 121 127 0 0.10 0.05 0.47 332.31 0.05 0.5
Hex 86 79 7F 0 A 5 2F 14C 5 32
Octal 206 171 177 0 12 5 57 514 5 62
Binary 10000110 1111001 1111111 0 1010 101 101111 101001100 101 110010

Color Harmonies of #86797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86797F

Black with #86797F

Text Example


Text Example

White with #86797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86797F; }

 p { color: rgb(134,121,127); }

 H1.HeaderClassName
 {
   color: #86797F;
 }
 .AnyTagClassName
 {
   color: #86797F;
 }
</style>

background-color css

<style>
 a { background-color: #86797F; }

 a { background-color: rgb(134,121,127); }

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

border-color css

<style>
 span { border-color: #86797F; }

 span { border-color: rgb(134,121,127); }

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