Html Css Color HEX #867980 Venus

📋 copy color: '#867980'

red 134 ◦ green 121 ◦ blue 128

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

Shades of Venus #867980

Tints of Venus #867980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 34.99%
G = 31.59%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#867980 (or 0x867980) is known color: Venus. HEX triplet: 86, 79 and 80. RGB value is (134,121,128). Sum of RGB (Red+Green+Blue) = 134+121+128=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 134 - color contains mainly: red. Hex color #867980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867980 is #79867F. Grayscale: #7D7D7D. Windows color (decimal): -7964288 or 8419718. OLE color: 8419718.

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

Color convert

RGB 134 121 128 -
CMYK 0 0.10 0.04 0.47
HSL 327.69º 0.05% 0.5% -
HSV(B) 327.69º 0.1% 0.53% -
XYZ 20.57 20.3 23.26 -
YUV 125.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 134 121 128 0 0.10 0.04 0.47 327.69 0.05 0.5
Hex 86 79 80 0 A 4 2F 148 5 32
Octal 206 171 200 0 12 4 57 510 5 62
Binary 10000110 1111001 10000000 0 1010 100 101111 101001000 101 110010

Color Harmonies of #867980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867980

Black with #867980

Text Example


Text Example

White with #867980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867980; }

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

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

background-color css

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

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

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

border-color css

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

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

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