Html Css Color HEX #867E7E Grey

📋 copy color: '#867E7E'

red 134 ◦ green 126 ◦ blue 126

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

Shades of Grey #867E7E

Tints of Grey #867E7E

RGB

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

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

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

R = 34.72%
G = 32.64%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#867E7E (or 0x867E7E) is known color: Grey. HEX triplet: 86, 7E and 7E. RGB value is (134,126,126). Sum of RGB (Red+Green+Blue) = 134+126+126=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 134 - color contains mainly: red. Hex color #867E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E7E is #798181. Grayscale: #808080. Windows color (decimal): -7963010 or 8289926. OLE color: 8289926.

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

Color convert

RGB 134 126 126 -
CMYK 0 0.06 0.06 0.47
HSL 0.03% 0.51% -
HSV(B) 0.06% 0.53% -
XYZ 21.06 21.5 22.78 -
YUV 128.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 134 126 126 0 0.06 0.06 0.47 0 0.03 0.51
Hex 86 7E 7E 0 6 6 2F 0 3 33
Octal 206 176 176 0 6 6 57 0 3 63
Binary 10000110 1111110 1111110 0 110 110 101111 0 11 110011

Color Harmonies of #867E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E7E

Black with #867E7E

Text Example


Text Example

White with #867E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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