Html Css Color HEX #866F79 Venus

📋 copy color: '#866F79'

red 134 ◦ green 111 ◦ blue 121

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

Shades of Venus #866F79

Tints of Venus #866F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 36.61%
G = 30.33%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#866F79 (or 0x866F79) is known color: Venus. HEX triplet: 86, 6F and 79. RGB value is (134,111,121). Sum of RGB (Red+Green+Blue) = 134+111+121=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #866F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F79 is #799086. Grayscale: #777777. Windows color (decimal): -7966855 or 7958406. OLE color: 7958406.

HSL color Cylindrical-coordinate representation of color #866F79: hue angle of 333.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #866F79 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 111 121 -
CMYK 0 0.17 0.10 0.47
HSL 333.91º 0.09% 0.48% -
HSV(B) 333.91º 0.17% 0.53% -
XYZ 18.97 17.82 20.53 -
YUV 119.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 134 111 121 0 0.17 0.10 0.47 333.91 0.09 0.48
Hex 86 6F 79 0 11 A 2F 14E 9 30
Octal 206 157 171 0 21 12 57 516 11 60
Binary 10000110 1101111 1111001 0 10001 1010 101111 101001110 1001 110000

Color Harmonies of #866F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866F79

Black with #866F79

Text Example


Text Example

White with #866F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866F79; }

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

 H1.HeaderClassName
 {
   color: #866F79;
 }
 .AnyTagClassName
 {
   color: #866F79;
 }
</style>

background-color css

<style>
 a { background-color: #866F79; }

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

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

border-color css

<style>
 span { border-color: #866F79; }

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

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