#75714C

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

Shades of Go Ben #75714C

Tints of Go Ben #75714C

Color information

#75714C (or 0x75714C) is unknown color: approx Go Ben. HEX triplet: 75, 71 and 4C. RGB value is (117,113,76). Sum of RGB (Red+Green+Blue) = 117+113+76=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #75714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75714C is #8A8EB3. Grayscale: #6E6E6E. Windows color (decimal): -9080500 or 5009781. OLE color: 5009781.

HSL color Cylindrical-coordinate representation of color #75714C: hue angle of 54.15º 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 #75714C is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB11711376-
CMYK00.030.350.54
HSL54.15º21.24%37.84%-
HSV(B)54.15º35.04%45.88%-
XYZ14.5516.119.18-
YUV109.98108.83133.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=38.24%
G=36.93%
B=24.84%

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
Decimal1171137600.030.350.5454.1521.2437.84
Hex75714C032336361526
Octal165161114034366662546
Binary11101011110001100110001110001111011011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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