#75724C

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

Shades of Go Ben #75724C

Tints of Go Ben #75724C

Color information

#75724C (or 0x75724C) is unknown color: approx Go Ben. HEX triplet: 75, 72 and 4C. RGB value is (117,114,76). Sum of RGB (Red+Green+Blue) = 117+114+76=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75724C is #8A8DB3. Grayscale: #6E6E6E. Windows color (decimal): -9080244 or 5010037. OLE color: 5010037.

HSL color Cylindrical-coordinate representation of color #75724C: hue angle of 55.61º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75724C is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB11711476-
CMYK00.030.350.54
HSL55.61º21.24%37.84%-
HSV(B)55.61º35.04%45.88%-
XYZ14.6616.349.22-
YUV110.56108.49132.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=38.11%
G=37.13%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171147600.030.350.5455.6121.2437.84
Hex75724C032336381526
Octal165162114034366702546
Binary11101011110010100110001110001111011011100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75724C; }

 p { color: rgb(117,114,76); }

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

<style>
 a { background-color: #75724C; }

 a { background-color: rgb(117,114,76); }

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

<style>
 span { border-color: #75724C; }

 span { border-color: rgb(117,114,76); }

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