Html Css Color HEX #7E7560 Stonewall

📋 copy color: '#7E7560'

red 126 ◦ green 117 ◦ blue 96

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

Shades of Stonewall #7E7560

Tints of Stonewall #7E7560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

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

R = 37.17%
G = 34.51%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7E7560 (or 0x7E7560) is known color: Stonewall. HEX triplet: 7E, 75 and 60. RGB value is (126,117,96). Sum of RGB (Red+Green+Blue) = 126+117+96=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7560 is #818A9F. Grayscale: #757575. Windows color (decimal): -8489632 or 6321534. OLE color: 6321534.

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

Color convert

RGB 126 117 96 -
CMYK 0 0.07 0.24 0.51
HSL 42º 0.14% 0.44% -
HSV(B) 42º 0.24% 0.49% -
XYZ 17.08 18 13.64 -
YUV 117.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 126 117 96 0 0.07 0.24 0.51 42 0.14 0.44
Hex 7E 75 60 0 7 18 33 2A E 2C
Octal 176 165 140 0 7 30 63 52 16 54
Binary 1111110 1110101 1100000 0 111 11000 110011 101010 1110 101100

Color Harmonies of #7E7560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7560

Black with #7E7560

Text Example


Text Example

White with #7E7560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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