#75704D

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

Shades of Go Ben #75704D

Tints of Go Ben #75704D

Color information

#75704D (or 0x75704D) is unknown color: approx Go Ben. HEX triplet: 75, 70 and 4D. RGB value is (117,112,77). Sum of RGB (Red+Green+Blue) = 117+112+77=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #75704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75704D is #8A8FB2. Grayscale: #6D6D6D. Windows color (decimal): -9080755 or 5075061. OLE color: 5075061.

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

Color convert

RGB11711277-
CMYK00.040.340.54
HSL52.5º20.62%38.04%-
HSV(B)52.5º34.19%45.88%-
XYZ14.4715.919.33-
YUV109.51109.66133.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=38.24%
G=36.60%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171127700.040.340.5452.520.6238.04
Hex75704D042236341526
Octal165160115044266642546
Binary111010111100001001101010010001011011011010010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75704D; }

 p { color: rgb(117,112,77); }

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

<style>
 a { background-color: #75704D; }

 a { background-color: rgb(117,112,77); }

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

<style>
 span { border-color: #75704D; }

 span { border-color: rgb(117,112,77); }

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