Html Css Color HEX #86777E Venus

📋 copy color: '#86777E'

red 134 ◦ green 119 ◦ blue 126

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

Shades of Venus #86777E

Tints of Venus #86777E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 35.36%
G = 31.4%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#86777E (or 0x86777E) is known color: Venus. HEX triplet: 86, 77 and 7E. RGB value is (134,119,126). Sum of RGB (Red+Green+Blue) = 134+119+126=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #86777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86777E is #798881. Grayscale: #7C7C7C. Windows color (decimal): -7964802 or 8288134. OLE color: 8288134.

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

Color convert

RGB 134 119 126 -
CMYK 0 0.11 0.06 0.47
HSL 332º 0.06% 0.5% -
HSV(B) 332º 0.11% 0.53% -
XYZ 20.19 19.77 22.49 -
YUV 124.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 134 119 126 0 0.11 0.06 0.47 332 0.06 0.5
Hex 86 77 7E 0 B 6 2F 14C 6 32
Octal 206 167 176 0 13 6 57 514 6 62
Binary 10000110 1110111 1111110 0 1011 110 101111 101001100 110 110010

Color Harmonies of #86777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86777E

Black with #86777E

Text Example


Text Example

White with #86777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86777E; }

 p { color: rgb(134,119,126); }

 H1.HeaderClassName
 {
   color: #86777E;
 }
 .AnyTagClassName
 {
   color: #86777E;
 }
</style>

background-color css

<style>
 a { background-color: #86777E; }

 a { background-color: rgb(134,119,126); }

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

border-color css

<style>
 span { border-color: #86777E; }

 span { border-color: rgb(134,119,126); }

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