Html Css Color HEX #745E4D Domino

📋 copy color: '#745E4D'

red 116 ◦ green 94 ◦ blue 77

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

Shades of Domino #745E4D

Tints of Domino #745E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 40.42%
G = 32.75%
B = 26.83%

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

#745E4D (or 0x745E4D) is known color: Domino. HEX triplet: 74, 5E and 4D. RGB value is (116,94,77). Sum of RGB (Red+Green+Blue) = 116+94+77=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #745E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E4D is #8BA1B2. Grayscale: #626262. Windows color (decimal): -9150899 or 5070452. OLE color: 5070452.

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

Color convert

RGB 116 94 77 -
CMYK 0 0.19 0.34 0.55
HSL 26.15º 0.2% 0.38% -
HSV(B) 26.15º 0.34% 0.45% -
XYZ 12.54 12.25 8.73 -
YUV 98.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 116 94 77 0 0.19 0.34 0.55 26.15 0.2 0.38
Hex 74 5E 4D 0 13 22 37 1A 14 26
Octal 164 136 115 0 23 42 67 32 24 46
Binary 1110100 1011110 1001101 0 10011 100010 110111 11010 10100 100110

Color Harmonies of #745E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E4D

Black with #745E4D

Text Example


Text Example

White with #745E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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