#726A42

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

Shades of Go Ben #726A42

Tints of Go Ben #726A42

Color information

#726A42 (or 0x726A42) is unknown color: approx Go Ben. HEX triplet: 72, 6A and 42. RGB value is (114,106,66). Sum of RGB (Red+Green+Blue) = 114+106+66=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #726A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A42 is #8D95BD. Grayscale: #686868. Windows color (decimal): -9278910 or 4352626. OLE color: 4352626.

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

Color convert

RGB11410666-
CMYK00.070.420.55
HSL50º26.67%35.29%-
HSV(B)50º42.11%44.71%-
XYZ13.0814.287.22-
YUV103.83106.65135.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.86%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=39.86%
G=37.06%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141066600.070.420.555026.6735.29
Hex726A42072A37321b23
Octal162152102075267623343
Binary111001011010101000010011110101011011111001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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