Html Css Color HEX #7E7460 Stonewall

📋 copy color: '#7E7460'

red 126 ◦ green 116 ◦ blue 96

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

Shades of Stonewall #7E7460

Tints of Stonewall #7E7460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 37.28%
G = 34.32%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7E7460 (or 0x7E7460) is known color: Stonewall. HEX triplet: 7E, 74 and 60. RGB value is (126,116,96). Sum of RGB (Red+Green+Blue) = 126+116+96=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7460 is #818B9F. Grayscale: #747474. Windows color (decimal): -8489888 or 6321278. OLE color: 6321278.

HSL color Cylindrical-coordinate representation of color #7E7460: hue angle of 40º 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 #7E7460 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 116 96 -
CMYK 0 0.08 0.24 0.51
HSL 40º 0.14% 0.44% -
HSV(B) 40º 0.24% 0.49% -
XYZ 16.96 17.77 13.6 -
YUV 116.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 126 116 96 0 0.08 0.24 0.51 40 0.14 0.44
Hex 7E 74 60 0 8 18 33 28 E 2C
Octal 176 164 140 0 10 30 63 50 16 54
Binary 1111110 1110100 1100000 0 1000 11000 110011 101000 1110 101100

Color Harmonies of #7E7460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7460

Black with #7E7460

Text Example


Text Example

White with #7E7460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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