#75703F

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

Shades of Go Ben #75703F

Tints of Go Ben #75703F

Color information

#75703F (or 0x75703F) is unknown color: approx Go Ben. HEX triplet: 75, 70 and 3F. RGB value is (117,112,63). Sum of RGB (Red+Green+Blue) = 117+112+63=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75703F is #8A8FC0. Grayscale: #6C6C6C. Windows color (decimal): -9080769 or 4157557. OLE color: 4157557.

HSL color Cylindrical-coordinate representation of color #75703F: hue angle of 54.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75703F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB11711263-
CMYK00.040.460.54
HSL54.44º30%35.29%-
HSV(B)54.44º46.15%45.88%-
XYZ14.0315.737-
YUV107.91102.66134.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 63 (25% from 255) = 21.58%
R=40.07%
G=38.36%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171126300.040.460.5454.443035.29
Hex75703F042E36361e23
Octal16516077045666663643
Binary11101011110000111111010010111011011011011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75703F; }

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

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

<style>
 a { background-color: #75703F; }

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

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

<style>
 span { border-color: #75703F; }

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

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