Html Css Color HEX #7E7260 Stonewall

📋 copy color: '#7E7260'

red 126 ◦ green 114 ◦ blue 96

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

Shades of Stonewall #7E7260

Tints of Stonewall #7E7260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

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

R = 37.5%
G = 33.93%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7E7260 (or 0x7E7260) is known color: Stonewall. HEX triplet: 7E, 72 and 60. RGB value is (126,114,96). Sum of RGB (Red+Green+Blue) = 126+114+96=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7260 is #818D9F. Grayscale: #737373. Windows color (decimal): -8490400 or 6320766. OLE color: 6320766.

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

Color convert

RGB 126 114 96 -
CMYK 0 0.10 0.24 0.51
HSL 36º 0.14% 0.44% -
HSV(B) 36º 0.24% 0.49% -
XYZ 16.73 17.31 13.53 -
YUV 115.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 126 114 96 0 0.10 0.24 0.51 36 0.14 0.44
Hex 7E 72 60 0 A 18 33 24 E 2C
Octal 176 162 140 0 12 30 63 44 16 54
Binary 1111110 1110010 1100000 0 1010 11000 110011 100100 1110 101100

Color Harmonies of #7E7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7260

Black with #7E7260

Text Example


Text Example

White with #7E7260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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