#7D7551

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

Shades of Go Ben #7D7551

Tints of Go Ben #7D7551

Color information

#7D7551 (or 0x7D7551) is unknown color: approx Go Ben. HEX triplet: 7D, 75 and 51. RGB value is (125,117,81). Sum of RGB (Red+Green+Blue) = 125+117+81=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7551 is #828AAE. Grayscale: #737373. Windows color (decimal): -8555183 or 5338493. OLE color: 5338493.

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

Color convert

RGB12511781-
CMYK00.060.350.51
HSL49.09º21.36%40.39%-
HSV(B)49.09º35.2%49.02%-
XYZ16.317.6810.34-
YUV115.29108.65134.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.70%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=38.70%
G=36.22%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251178100.060.350.5149.0921.3640.39
Hex7D7551062333311528
Octal175165121064363612550
Binary111110111101011010001011010001111001111000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,117,81); }

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

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

 a { background-color: rgb(125,117,81); }

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

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

 span { border-color: rgb(125,117,81); }

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