Html Css Color HEX #867E82 Venus

📋 copy color: '#867E82'

red 134 ◦ green 126 ◦ blue 130

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

Shades of Venus #867E82

Tints of Venus #867E82

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.31%

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 34.36%
G = 32.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#867E82 (or 0x867E82) is known color: Venus. HEX triplet: 86, 7E and 82. RGB value is (134,126,130). Sum of RGB (Red+Green+Blue) = 134+126+130=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 134 - color contains mainly: red. Hex color #867E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E82 is #79817D. Grayscale: #808080. Windows color (decimal): -7963006 or 8552070. OLE color: 8552070.

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

Color convert

RGB 134 126 130 -
CMYK 0 0.06 0.03 0.47
HSL 330º 0.03% 0.51% -
HSV(B) 330º 0.06% 0.53% -
XYZ 21.32 21.6 24.16 -
YUV 128.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 134 126 130 0 0.06 0.03 0.47 330 0.03 0.51
Hex 86 7E 82 0 6 3 2F 14A 3 33
Octal 206 176 202 0 6 3 57 512 3 63
Binary 10000110 1111110 10000010 0 110 11 101111 101001010 11 110011

Color Harmonies of #867E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E82

Black with #867E82

Text Example


Text Example

White with #867E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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