#75704B

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

Shades of Go Ben #75704B

Tints of Go Ben #75704B

Color information

#75704B (or 0x75704B) is unknown color: approx Go Ben. HEX triplet: 75, 70 and 4B. RGB value is (117,112,75). Sum of RGB (Red+Green+Blue) = 117+112+75=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #75704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75704B is #8A8FB4. Grayscale: #6D6D6D. Windows color (decimal): -9080757 or 4943989. OLE color: 4943989.

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

Color convert

RGB11711275-
CMYK00.040.360.54
HSL52.86º21.88%37.65%-
HSV(B)52.86º35.9%45.88%-
XYZ14.415.888.96-
YUV109.28108.66133.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=38.49%
G=36.84%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171127500.040.360.5452.8621.8837.65
Hex75704B042436351626
Octal165160113044466652646
Binary111010111100001001011010010010011011011010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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