#756F40

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

Shades of Go Ben #756F40

Tints of Go Ben #756F40

Color information

#756F40 (or 0x756F40) is unknown color: approx Go Ben. HEX triplet: 75, 6F and 40. RGB value is (117,111,64). Sum of RGB (Red+Green+Blue) = 117+111+64=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #756F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F40 is #8A90BF. Grayscale: #6B6B6B. Windows color (decimal): -9081024 or 4222837. OLE color: 4222837.

HSL color Cylindrical-coordinate representation of color #756F40: hue angle of 53.21º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756F40 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB11711164-
CMYK00.050.450.54
HSL53.21º29.28%35.49%-
HSV(B)53.21º45.3%45.88%-
XYZ13.9515.527.11-
YUV107.44103.49134.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=40.07%
G=38.01%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171116400.050.450.5453.2129.2835.49
Hex756F40052D36351d23
Octal165157100055566653543
Binary111010111011111000000010110110111011011010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,64); }

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

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

 a { background-color: rgb(117,111,64); }

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

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

 span { border-color: rgb(117,111,64); }

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