#726A43

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

Shades of Go Ben #726A43

Tints of Go Ben #726A43

Color information

#726A43 (or 0x726A43) is unknown color: approx Go Ben. HEX triplet: 72, 6A and 43. RGB value is (114,106,67). Sum of RGB (Red+Green+Blue) = 114+106+67=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #726A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A43 is #8D95BC. Grayscale: #686868. Windows color (decimal): -9278909 or 4418162. OLE color: 4418162.

HSL color Cylindrical-coordinate representation of color #726A43: hue angle of 49.79º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #726A43 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB11410667-
CMYK00.070.410.55
HSL49.79º25.97%35.49%-
HSV(B)49.79º41.23%44.71%-
XYZ13.1114.297.38-
YUV103.95107.15135.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=39.72%
G=36.93%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141066700.070.410.5549.7925.9735.49
Hex726A43072937321a23
Octal162152103075167623243
Binary111001011010101000011011110100111011111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726A43; }

 p { color: rgb(114,106,67); }

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

<style>
 a { background-color: #726A43; }

 a { background-color: rgb(114,106,67); }

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

<style>
 span { border-color: #726A43; }

 span { border-color: rgb(114,106,67); }

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