#726055

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

Shades of Dorado #726055

Tints of Dorado #726055

Color information

#726055 (or 0x726055) is unknown color: approx Dorado. HEX triplet: 72, 60 and 55. RGB value is (114,96,85). Sum of RGB (Red+Green+Blue) = 114+96+85=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #726055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726055 is #8D9FAA. Grayscale: #646464. Windows color (decimal): -9281451 or 5595250. OLE color: 5595250.

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

Color convert

RGB1149685-
CMYK00.160.250.55
HSL22.76º14.57%39.02%-
HSV(B)22.76º25.44%44.71%-
XYZ12.7612.610.35-
YUV100.13119.46137.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=38.64%
G=32.54%
B=28.81%

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
Decimal114968500.160.250.5522.7614.5739.02
Hex726055010193717f27
Octal1621401250203167271747
Binary11100101100000101010101000011001110111101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726055; }

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

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

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

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

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

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

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

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