#745F56

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

Shades of Dorado #745F56

Tints of Dorado #745F56

Color information

#745F56 (or 0x745F56) is unknown color: approx Dorado. HEX triplet: 74, 5F and 56. RGB value is (116,95,86). Sum of RGB (Red+Green+Blue) = 116+95+86=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #745F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F56 is #8BA0A9. Grayscale: #646464. Windows color (decimal): -9150634 or 5660532. OLE color: 5660532.

HSL color Cylindrical-coordinate representation of color #745F56: hue angle of 18º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745F56 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1169586-
CMYK00.180.260.55
HSL18º14.85%39.61%-
HSV(B)18º25.86%45.49%-
XYZ12.9712.5710.55-
YUV100.25119.96139.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=39.06%
G=31.99%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116958600.180.260.551814.8539.61
Hex745F560121A3712f28
Octal1641371260223267221750
Binary11101001011111101011001001011010110111100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745F56; }

 p { color: rgb(116,95,86); }

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

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

 a { background-color: rgb(116,95,86); }

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

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

 span { border-color: rgb(116,95,86); }

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