#745D4C

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

Shades of Domino #745D4C

Tints of Domino #745D4C

Color information

#745D4C (or 0x745D4C) is unknown color: approx Domino. HEX triplet: 74, 5D and 4C. RGB value is (116,93,76). Sum of RGB (Red+Green+Blue) = 116+93+76=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #745D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D4C is #8BA2B3. Grayscale: #626262. Windows color (decimal): -9151156 or 5004660. OLE color: 5004660.

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

Color convert

RGB1169376-
CMYK00.200.340.55
HSL25.5º20.83%37.65%-
HSV(B)25.5º34.48%45.49%-
XYZ12.4212.068.51-
YUV97.94115.62140.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=40.70%
G=32.63%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116937600.200.340.5525.520.8337.65
Hex745D4C01422371a1526
Octal1641351140244267322546
Binary1110100101110110011000101001000101101111101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,93,76); }

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

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

 a { background-color: rgb(116,93,76); }

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

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

 span { border-color: rgb(116,93,76); }

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