#75734C

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

Shades of Go Ben #75734C

Tints of Go Ben #75734C

Color information

#75734C (or 0x75734C) is unknown color: approx Go Ben. HEX triplet: 75, 73 and 4C. RGB value is (117,115,76). Sum of RGB (Red+Green+Blue) = 117+115+76=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75734C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75734C is #8A8CB3. Grayscale: #6F6F6F. Windows color (decimal): -9079988 or 5010293. OLE color: 5010293.

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

Color convert

RGB11711576-
CMYK00.020.350.54
HSL57.07º21.24%37.84%-
HSV(B)57.07º35.04%45.88%-
XYZ14.7716.579.26-
YUV111.15108.16132.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=37.99%
G=37.34%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171157600.020.350.5457.0721.2437.84
Hex75734C022336391526
Octal165163114024366712546
Binary11101011110011100110001010001111011011100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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