Html Css Color HEX #7E7A40 Go Ben

📋 copy color: '#7E7A40'

red 126 ◦ green 122 ◦ blue 64

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

Shades of Go Ben #7E7A40

Tints of Go Ben #7E7A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.1%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 40.38%
G = 39.1%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7E7A40 (or 0x7E7A40) is known color: Go Ben. HEX triplet: 7E, 7A and 40. RGB value is (126,122,64). Sum of RGB (Red+Green+Blue) = 126+122+64=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7A40 is #8185BF. Grayscale: #747474. Windows color (decimal): -8488384 or 4225662. OLE color: 4225662.

HSL color Cylindrical-coordinate representation of color #7E7A40: hue angle of 56.13º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E7A40 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 122 64 -
CMYK 0 0.03 0.49 0.51
HSL 56.13º 0.33% 0.37% -
HSV(B) 56.13º 0.49% 0.49% -
XYZ 16.49 18.72 7.6 -
YUV 116.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 126 122 64 0 0.03 0.49 0.51 56.13 0.33 0.37
Hex 7E 7A 40 0 3 31 33 38 21 25
Octal 176 172 100 0 3 61 63 70 41 45
Binary 1111110 1111010 1000000 0 11 110001 110011 111000 100001 100101

Color Harmonies of #7E7A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7A40

Black with #7E7A40

Text Example


Text Example

White with #7E7A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,122,64); }

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

background-color css

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

 a { background-color: rgb(126,122,64); }

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

border-color css

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

 span { border-color: rgb(126,122,64); }

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