#745C4F

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

Shades of Dorado #745C4F

Tints of Dorado #745C4F

Color information

#745C4F (or 0x745C4F) is unknown color: approx Dorado. HEX triplet: 74, 5C and 4F. RGB value is (116,92,79). Sum of RGB (Red+Green+Blue) = 116+92+79=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #745C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C4F is #8BA3B0. Grayscale: #616161. Windows color (decimal): -9151409 or 5201012. OLE color: 5201012.

HSL color Cylindrical-coordinate representation of color #745C4F: hue angle of 21.08º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #745C4F is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1169279-
CMYK00.210.320.55
HSL21.08º18.97%38.24%-
HSV(B)21.08º31.9%45.49%-
XYZ12.4411.939.04-
YUV97.69117.45141.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=40.42%
G=32.06%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116927900.210.320.5521.0818.9738.24
Hex745C4F0152037151326
Octal1641341170254067252346
Binary1110100101110010011110101011000001101111010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,92,79); }

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

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

 a { background-color: rgb(116,92,79); }

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

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

 span { border-color: rgb(116,92,79); }

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