#7D714D

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

Shades of Go Ben #7D714D

Tints of Go Ben #7D714D

Color information

#7D714D (or 0x7D714D) is unknown color: approx Go Ben. HEX triplet: 7D, 71 and 4D. RGB value is (125,113,77). Sum of RGB (Red+Green+Blue) = 125+113+77=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D714D is #828EB2. Grayscale: #707070. Windows color (decimal): -8556211 or 5075325. OLE color: 5075325.

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

Color convert

RGB12511377-
CMYK00.100.380.51
HSL45º23.76%39.61%-
HSV(B)45º38.4%49.02%-
XYZ15.716.719.42-
YUV112.48107.98136.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.68%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=39.68%
G=35.87%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251137700.100.380.514523.7639.61
Hex7D714D0A26332d1828
Octal1751611150124663553050
Binary1111101111000110011010101010011011001110110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,77); }

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

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

 a { background-color: rgb(125,113,77); }

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

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

 span { border-color: rgb(125,113,77); }

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