Html Css Color HEX #745D4C Domino

📋 copy color: '#745D4C'

red 116 ◦ green 93 ◦ blue 76

#745D4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Domino #745D4C

Tints of Domino #745D4C

RGB

 RED value IS 116 (45.7% from 255) = 40.7%

 GREEN value IS 93 (36.72% from 255) = 32.63%

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 40.7%
G = 32.63%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#745D4C (or 0x745D4C) is known color: 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

RGB 116 93 76 -
CMYK 0 0.20 0.34 0.55
HSL 25.5º 0.21% 0.38% -
HSV(B) 25.5º 0.34% 0.45% -
XYZ 12.42 12.06 8.51 -
YUV 97.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 116 93 76 0 0.20 0.34 0.55 25.5 0.21 0.38
Hex 74 5D 4C 0 14 22 37 1A 15 26
Octal 164 135 114 0 24 42 67 32 25 46
Binary 1110100 1011101 1001100 0 10100 100010 110111 11010 10101 100110

Color Harmonies of #745D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D4C

Black with #745D4C

Text Example


Text Example

White with #745D4C

Text Example


Text Example

HTML Codes & Css Web 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>