Html Css Color HEX #7E7860 Stonewall

📋 copy color: '#7E7860'

red 126 ◦ green 120 ◦ blue 96

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

Shades of Stonewall #7E7860

Tints of Stonewall #7E7860

RGB

 RED value IS 126 (49.61% from 255) = 36.84%

 GREEN value IS 120 (47.27% from 255) = 35.09%

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 36.84%
G = 35.09%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7E7860 (or 0x7E7860) is known color: Stonewall. HEX triplet: 7E, 78 and 60. RGB value is (126,120,96). Sum of RGB (Red+Green+Blue) = 126+120+96=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7860 is #81879F. Grayscale: #777777. Windows color (decimal): -8488864 or 6322302. OLE color: 6322302.

HSL color Cylindrical-coordinate representation of color #7E7860: hue angle of 48º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E7860 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 120 96 -
CMYK 0 0.05 0.24 0.51
HSL 48º 0.14% 0.44% -
HSV(B) 48º 0.24% 0.49% -
XYZ 17.43 18.71 13.76 -
YUV 119.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 126 120 96 0 0.05 0.24 0.51 48 0.14 0.44
Hex 7E 78 60 0 5 18 33 30 E 2C
Octal 176 170 140 0 5 30 63 60 16 54
Binary 1111110 1111000 1100000 0 101 11000 110011 110000 1110 101100

Color Harmonies of #7E7860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7860

Black with #7E7860

Text Example


Text Example

White with #7E7860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E7860; }

 p { color: rgb(126,120,96); }

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

background-color css

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

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

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

border-color css

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

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

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