#726B42

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

Shades of Go Ben #726B42

Tints of Go Ben #726B42

Color information

#726B42 (or 0x726B42) is unknown color: approx Go Ben. HEX triplet: 72, 6B and 42. RGB value is (114,107,66). Sum of RGB (Red+Green+Blue) = 114+107+66=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #726B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B42 is #8D94BD. Grayscale: #686868. Windows color (decimal): -9278654 or 4352882. OLE color: 4352882.

HSL color Cylindrical-coordinate representation of color #726B42: hue angle of 51.25º 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 #726B42 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB11410766-
CMYK00.060.420.55
HSL51.25º26.67%35.29%-
HSV(B)51.25º42.11%44.71%-
XYZ13.1814.497.26-
YUV104.42106.32134.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=39.72%
G=37.28%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141076600.060.420.5551.2526.6735.29
Hex726B42062A37331b23
Octal162153102065267633343
Binary111001011010111000010011010101011011111001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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