#726257

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

Shades of Dorado #726257

Tints of Dorado #726257

Color information

#726257 (or 0x726257) is unknown color: approx Dorado. HEX triplet: 72, 62 and 57. RGB value is (114,98,87). Sum of RGB (Red+Green+Blue) = 114+98+87=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #726257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726257 is #8D9DA8. Grayscale: #656565. Windows color (decimal): -9280937 or 5726834. OLE color: 5726834.

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

Color convert

RGB1149887-
CMYK00.140.240.55
HSL24.44º13.43%39.41%-
HSV(B)24.44º23.68%44.71%-
XYZ13.031310.84-
YUV101.53119.8136.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=38.13%
G=32.78%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114988700.140.240.5524.4413.4339.41
Hex7262570E183718d27
Octal1621421270163067301547
Binary1110010110001010101110111011000110111110001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726257; }

 p { color: rgb(114,98,87); }

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

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

 a { background-color: rgb(114,98,87); }

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

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

 span { border-color: rgb(114,98,87); }

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