#745C55

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

Shades of Dorado #745C55

Tints of Dorado #745C55

Color information

#745C55 (or 0x745C55) is unknown color: approx Dorado. HEX triplet: 74, 5C and 55. RGB value is (116,92,85). Sum of RGB (Red+Green+Blue) = 116+92+85=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #745C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C55 is #8BA3AA. Grayscale: #626262. Windows color (decimal): -9151403 or 5594228. OLE color: 5594228.

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

Color convert

RGB1169285-
CMYK00.210.270.55
HSL13.55º15.42%39.41%-
HSV(B)13.55º26.72%45.49%-
XYZ12.6712.0210.25-
YUV98.38120.45140.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=39.59%
G=31.40%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116928500.210.270.5513.5515.4239.41
Hex745C550151B37ef27
Octal1641341250253367161747
Binary1110100101110010101010101011101111011111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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