#7C754B

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

Shades of Go Ben #7C754B

Tints of Go Ben #7C754B

Color information

#7C754B (or 0x7C754B) is unknown color: approx Go Ben. HEX triplet: 7C, 75 and 4B. RGB value is (124,117,75). Sum of RGB (Red+Green+Blue) = 124+117+75=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 124 - color contains mainly: red. Hex color #7C754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C754B is #838AB4. Grayscale: #727272. Windows color (decimal): -8620725 or 4945276. OLE color: 4945276.

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

Color convert

RGB12411775-
CMYK00.060.400.51
HSL51.43º24.62%39.02%-
HSV(B)51.43º39.52%48.63%-
XYZ15.9417.529.2-
YUV114.3105.82134.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=39.24%
G=37.03%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241177500.060.400.5151.4324.6239.02
Hex7C754B062833331927
Octal174165113065063633147
Binary111110011101011001011011010100011001111001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,75); }

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

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

 a { background-color: rgb(124,117,75); }

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

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

 span { border-color: rgb(124,117,75); }

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