#75724B

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

Shades of Go Ben #75724B

Tints of Go Ben #75724B

Color information

#75724B (or 0x75724B) is unknown color: approx Go Ben. HEX triplet: 75, 72 and 4B. RGB value is (117,114,75). Sum of RGB (Red+Green+Blue) = 117+114+75=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #75724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75724B is #8A8DB4. Grayscale: #6E6E6E. Windows color (decimal): -9080245 or 4944501. OLE color: 4944501.

HSL color Cylindrical-coordinate representation of color #75724B: hue angle of 55.71º 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 #75724B is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11711475-
CMYK00.030.360.54
HSL55.71º21.88%37.65%-
HSV(B)55.71º35.9%45.88%-
XYZ14.6216.329.04-
YUV110.45107.99132.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=38.24%
G=37.25%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171147500.030.360.5455.7121.8837.65
Hex75724B032436381626
Octal165162113034466702646
Binary11101011110010100101101110010011011011100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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