#75704E

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

Shades of Go Ben #75704E

Tints of Go Ben #75704E

Color information

#75704E (or 0x75704E) is unknown color: approx Go Ben. HEX triplet: 75, 70 and 4E. RGB value is (117,112,78). Sum of RGB (Red+Green+Blue) = 117+112+78=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75704E is #8A8FB1. Grayscale: #6D6D6D. Windows color (decimal): -9080754 or 5140597. OLE color: 5140597.

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

Color convert

RGB11711278-
CMYK00.040.330.54
HSL52.31º20%38.24%-
HSV(B)52.31º33.33%45.88%-
XYZ14.5115.929.52-
YUV109.62110.16133.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=38.11%
G=36.48%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171127800.040.330.5452.312038.24
Hex75704E042136341426
Octal165160116044166642446
Binary111010111100001001110010010000111011011010010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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