#756E48

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

Shades of Go Ben #756E48

Tints of Go Ben #756E48

Color information

#756E48 (or 0x756E48) is unknown color: approx Go Ben. HEX triplet: 75, 6E and 48. RGB value is (117,110,72). Sum of RGB (Red+Green+Blue) = 117+110+72=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #756E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E48 is #8A91B7. Grayscale: #6B6B6B. Windows color (decimal): -9081272 or 4746869. OLE color: 4746869.

HSL color Cylindrical-coordinate representation of color #756E48: hue angle of 50.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756E48 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB11711072-
CMYK00.060.380.54
HSL50.67º23.81%37.06%-
HSV(B)50.67º38.46%45.88%-
XYZ14.0815.48.36-
YUV107.76107.82134.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=39.13%
G=36.79%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171107200.060.380.5450.6723.8137.06
Hex756E48062636331825
Octal165156110064666633045
Binary111010111011101001000011010011011011011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756E48; }

 p { color: rgb(117,110,72); }

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

<style>
 a { background-color: #756E48; }

 a { background-color: rgb(117,110,72); }

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

<style>
 span { border-color: #756E48; }

 span { border-color: rgb(117,110,72); }

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