Html Css Color HEX #745E4C Domino

📋 copy color: '#745E4C'

red 116 ◦ green 94 ◦ blue 76

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

Shades of Domino #745E4C

Tints of Domino #745E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.87%

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

R = 40.56%
G = 32.87%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#745E4C (or 0x745E4C) is known color: Domino. HEX triplet: 74, 5E and 4C. RGB value is (116,94,76). Sum of RGB (Red+Green+Blue) = 116+94+76=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #745E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E4C is #8BA1B3. Grayscale: #626262. Windows color (decimal): -9150900 or 5004916. OLE color: 5004916.

HSL color Cylindrical-coordinate representation of color #745E4C: hue angle of 27º 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 #745E4C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 94 76 -
CMYK 0 0.19 0.34 0.55
HSL 27º 0.21% 0.38% -
HSV(B) 27º 0.34% 0.45% -
XYZ 12.51 12.24 8.54 -
YUV 98.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 116 94 76 0 0.19 0.34 0.55 27 0.21 0.38
Hex 74 5E 4C 0 13 22 37 1B 15 26
Octal 164 136 114 0 23 42 67 33 25 46
Binary 1110100 1011110 1001100 0 10011 100010 110111 11011 10101 100110

Color Harmonies of #745E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E4C

Black with #745E4C

Text Example


Text Example

White with #745E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #745E4C;
 }
 .AnyTagClassName
 {
   color: #745E4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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