Html Css Color HEX #867F81 Venus

📋 copy color: '#867F81'

red 134 ◦ green 127 ◦ blue 129

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

Shades of Venus #867F81

Tints of Venus #867F81

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 34.36%
G = 32.56%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#867F81 (or 0x867F81) is known color: Venus. HEX triplet: 86, 7F and 81. RGB value is (134,127,129). Sum of RGB (Red+Green+Blue) = 134+127+129=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 134 - color contains mainly: red. Hex color #867F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F81 is #79807E. Grayscale: #818181. Windows color (decimal): -7962751 or 8486790. OLE color: 8486790.

HSL color Cylindrical-coordinate representation of color #867F81: hue angle of 342.86º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #867F81 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 127 129 -
CMYK 0 0.05 0.04 0.47
HSL 342.86º 0.03% 0.51% -
HSV(B) 342.86º 0.05% 0.53% -
XYZ 21.38 21.83 23.86 -
YUV 129.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 134 127 129 0 0.05 0.04 0.47 342.86 0.03 0.51
Hex 86 7F 81 0 5 4 2F 157 3 33
Octal 206 177 201 0 5 4 57 527 3 63
Binary 10000110 1111111 10000001 0 101 100 101111 101010111 11 110011

Color Harmonies of #867F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F81

Black with #867F81

Text Example


Text Example

White with #867F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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