#75724E

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

Shades of Go Ben #75724E

Tints of Go Ben #75724E

Color information

#75724E (or 0x75724E) is unknown color: approx Go Ben. HEX triplet: 75, 72 and 4E. RGB value is (117,114,78). Sum of RGB (Red+Green+Blue) = 117+114+78=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75724E is #8A8DB1. Grayscale: #6E6E6E. Windows color (decimal): -9080242 or 5141109. OLE color: 5141109.

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

Color convert

RGB11711478-
CMYK00.030.330.54
HSL55.38º20%38.24%-
HSV(B)55.38º33.33%45.88%-
XYZ14.7316.379.59-
YUV110.79109.49132.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=37.86%
G=36.89%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171147800.030.330.5455.382038.24
Hex75724E032136371426
Octal165162116034166672446
Binary11101011110010100111001110000111011011011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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