Html Css Color HEX #7E7249 Go Ben

📋 copy color: '#7E7249'

red 126 ◦ green 114 ◦ blue 73

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

Shades of Go Ben #7E7249

Tints of Go Ben #7E7249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 40.26%
G = 36.42%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7E7249 (or 0x7E7249) is known color: Go Ben. HEX triplet: 7E, 72 and 49. RGB value is (126,114,73). Sum of RGB (Red+Green+Blue) = 126+114+73=313 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.26% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7249 is #818DB6. Grayscale: #717171. Windows color (decimal): -8490423 or 4813438. OLE color: 4813438.

HSL color Cylindrical-coordinate representation of color #7E7249: hue angle of 46.42º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E7249 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 114 73 -
CMYK 0 0.10 0.42 0.51
HSL 46.42º 0.27% 0.39% -
HSV(B) 46.42º 0.42% 0.49% -
XYZ 15.82 16.95 8.74 -
YUV 112.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 126 114 73 0 0.10 0.42 0.51 46.42 0.27 0.39
Hex 7E 72 49 0 A 2A 33 2E 1B 27
Octal 176 162 111 0 12 52 63 56 33 47
Binary 1111110 1110010 1001001 0 1010 101010 110011 101110 11011 100111

Color Harmonies of #7E7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7249

Black with #7E7249

Text Example


Text Example

White with #7E7249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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