#726B47

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

Shades of Go Ben #726B47

Tints of Go Ben #726B47

Color information

#726B47 (or 0x726B47) is unknown color: approx Go Ben. HEX triplet: 72, 6B and 47. RGB value is (114,107,71). Sum of RGB (Red+Green+Blue) = 114+107+71=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #726B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B47 is #8D94B8. Grayscale: #696969. Windows color (decimal): -9278649 or 4680562. OLE color: 4680562.

HSL color Cylindrical-coordinate representation of color #726B47: hue angle of 50.23º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726B47 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB11410771-
CMYK00.060.380.55
HSL50.23º23.24%36.27%-
HSV(B)50.23º37.72%44.71%-
XYZ13.3314.558.07-
YUV104.99108.82134.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 71 (28.12% from 255) = 24.32%
R=39.04%
G=36.64%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141077100.060.380.5550.2323.2436.27
Hex726B47062637321724
Octal162153107064667622744
Binary111001011010111000111011010011011011111001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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