Html Css Color HEX #7E7450 Go Ben

📋 copy color: '#7E7450'

red 126 ◦ green 116 ◦ blue 80

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

Shades of Go Ben #7E7450

Tints of Go Ben #7E7450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 80 (31.64% from 255) = 24.84%

R = 39.13%
G = 36.02%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7E7450 (or 0x7E7450) is known color: Go Ben. HEX triplet: 7E, 74 and 50. RGB value is (126,116,80). Sum of RGB (Red+Green+Blue) = 126+116+80=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7450 is #818BAF. Grayscale: #737373. Windows color (decimal): -8489904 or 5272702. OLE color: 5272702.

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

Color convert

RGB 126 116 80 -
CMYK 0 0.08 0.37 0.51
HSL 46.96º 0.22% 0.4% -
HSV(B) 46.96º 0.37% 0.49% -
XYZ 16.3 17.51 10.11 -
YUV 114.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 126 116 80 0 0.08 0.37 0.51 46.96 0.22 0.4
Hex 7E 74 50 0 8 25 33 2F 16 28
Octal 176 164 120 0 10 45 63 57 26 50
Binary 1111110 1110100 1010000 0 1000 100101 110011 101111 10110 101000

Color Harmonies of #7E7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7450

Black with #7E7450

Text Example


Text Example

White with #7E7450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,116,80); }

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

background-color css

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

 a { background-color: rgb(126,116,80); }

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

border-color css

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

 span { border-color: rgb(126,116,80); }

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