#726156

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

Shades of Dorado #726156

Tints of Dorado #726156

Color information

#726156 (or 0x726156) is unknown color: approx Dorado. HEX triplet: 72, 61 and 56. RGB value is (114,97,86). Sum of RGB (Red+Green+Blue) = 114+97+86=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #726156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726156 is #8D9EA9. Grayscale: #646464. Windows color (decimal): -9281194 or 5661042. OLE color: 5661042.

HSL color Cylindrical-coordinate representation of color #726156: hue angle of 23.57º 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 #726156 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1149786-
CMYK00.150.250.55
HSL23.57º14%39.22%-
HSV(B)23.57º24.56%44.71%-
XYZ12.8912.810.59-
YUV100.83119.63137.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=38.38%
G=32.66%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114978600.150.250.5523.571439.22
Hex7261560F193718e27
Octal1621411260173167301647
Binary1110010110000110101100111111001110111110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726156; }

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

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

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

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

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

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

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

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