Html Css Color HEX #7E7668 Stonewall

📋 copy color: '#7E7668'

red 126 ◦ green 118 ◦ blue 104

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

Shades of Stonewall #7E7668

Tints of Stonewall #7E7668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 104 (41.02% from 255) = 29.89%

R = 36.21%
G = 33.91%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7E7668 (or 0x7E7668) is known color: Stonewall. HEX triplet: 7E, 76 and 68. RGB value is (126,118,104). Sum of RGB (Red+Green+Blue) = 126+118+104=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7668 is #818997. Grayscale: #767676. Windows color (decimal): -8489368 or 6846078. OLE color: 6846078.

HSL color Cylindrical-coordinate representation of color #7E7668: hue angle of 38.18º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E7668 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 118 104 -
CMYK 0 0.06 0.17 0.51
HSL 38.18º 0.1% 0.45% -
HSV(B) 38.18º 0.17% 0.49% -
XYZ 17.58 18.39 15.72 -
YUV 118.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 126 118 104 0 0.06 0.17 0.51 38.18 0.1 0.45
Hex 7E 76 68 0 6 11 33 26 A 2D
Octal 176 166 150 0 6 21 63 46 12 55
Binary 1111110 1110110 1101000 0 110 10001 110011 100110 1010 101101

Color Harmonies of #7E7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7668

Black with #7E7668

Text Example


Text Example

White with #7E7668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,118,104); }

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

background-color css

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

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

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

border-color css

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

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

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