#726056

Color #726056 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #726056

Tints of Dorado #726056

Color information

#726056 (or 0x726056) is unknown color: approx Dorado. HEX triplet: 72, 60 and 56. RGB value is (114,96,86). Sum of RGB (Red+Green+Blue) = 114+96+86=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #726056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726056 is #8D9FA9. Grayscale: #646464. Windows color (decimal): -9281450 or 5660786. OLE color: 5660786.

HSL color Cylindrical-coordinate representation of color #726056: hue angle of 21.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726056 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1149686-
CMYK00.160.250.55
HSL21.43º14%39.22%-
HSV(B)21.43º24.56%44.71%-
XYZ12.812.6210.56-
YUV100.24119.96137.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=38.51%
G=32.43%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114968600.160.250.5521.431439.22
Hex726056010193715e27
Octal1621401260203167251647
Binary11100101100000101011001000011001110111101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726056; }

 p { color: rgb(114,96,86); }

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

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

 a { background-color: rgb(114,96,86); }

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

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

 span { border-color: rgb(114,96,86); }

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