Html Css Color HEX #745D4D Domino

📋 copy color: '#745D4D'

red 116 ◦ green 93 ◦ blue 77

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

Shades of Domino #745D4D

Tints of Domino #745D4D

RGB

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

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

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

R = 40.56%
G = 32.52%
B = 26.92%

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

#745D4D (or 0x745D4D) is known color: Domino. HEX triplet: 74, 5D and 4D. RGB value is (116,93,77). Sum of RGB (Red+Green+Blue) = 116+93+77=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #745D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D4D is #8BA2B2. Grayscale: #626262. Windows color (decimal): -9151155 or 5070196. OLE color: 5070196.

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

Color convert

RGB 116 93 77 -
CMYK 0 0.20 0.34 0.55
HSL 24.62º 0.2% 0.38% -
HSV(B) 24.62º 0.34% 0.45% -
XYZ 12.46 12.08 8.7 -
YUV 98.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 116 93 77 0 0.20 0.34 0.55 24.62 0.2 0.38
Hex 74 5D 4D 0 14 22 37 19 14 26
Octal 164 135 115 0 24 42 67 31 24 46
Binary 1110100 1011101 1001101 0 10100 100010 110111 11001 10100 100110

Color Harmonies of #745D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D4D

Black with #745D4D

Text Example


Text Example

White with #745D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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