#75724A

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

Shades of Go Ben #75724A

Tints of Go Ben #75724A

Color information

#75724A (or 0x75724A) is unknown color: approx Go Ben. HEX triplet: 75, 72 and 4A. RGB value is (117,114,74). Sum of RGB (Red+Green+Blue) = 117+114+74=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #75724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75724A is #8A8DB5. Grayscale: #6E6E6E. Windows color (decimal): -9080246 or 4878965. OLE color: 4878965.

HSL color Cylindrical-coordinate representation of color #75724A: hue angle of 55.81º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75724A is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB11711474-
CMYK00.030.370.54
HSL55.81º22.51%37.45%-
HSV(B)55.81º36.75%45.88%-
XYZ14.5916.318.86-
YUV110.34107.49132.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=38.36%
G=37.38%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171147400.030.370.5455.8122.5137.45
Hex75724A032536381725
Octal165162112034566702745
Binary11101011110010100101001110010111011011100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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