#7E7550

Color #7E7550 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #7E7550

Tints of Go Ben #7E7550

Color information

#7E7550 (or 0x7E7550) is unknown color: approx Go Ben. HEX triplet: 7E, 75 and 50. RGB value is (126,117,80). Sum of RGB (Red+Green+Blue) = 126+117+80=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7550 is #818AAF. Grayscale: #737373. Windows color (decimal): -8489648 or 5272958. OLE color: 5272958.

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

Color convert

RGB12611780-
CMYK00.070.370.51
HSL48.26º22.33%40.39%-
HSV(B)48.26º36.51%49.41%-
XYZ16.4117.7410.15-
YUV115.47107.98135.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.01%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=39.01%
G=36.22%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261178000.070.370.5148.2622.3340.39
Hex7E7550072533301628
Octal176165120074563602650
Binary111111011101011010000011110010111001111000010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E7550;
 }
 .AnyTagClassName
 {
   color: #7E7550;
 }
</style>
background-color css

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

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

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

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

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

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