Html Css Color HEX #745C4C Domino

📋 copy color: '#745C4C'

red 116 ◦ green 92 ◦ blue 76

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

Shades of Domino #745C4C

Tints of Domino #745C4C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

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

R = 40.85%
G = 32.39%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#745C4C (or 0x745C4C) is known color: Domino. HEX triplet: 74, 5C and 4C. RGB value is (116,92,76). Sum of RGB (Red+Green+Blue) = 116+92+76=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #745C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C4C is #8BA3B3. Grayscale: #616161. Windows color (decimal): -9151412 or 5004404. OLE color: 5004404.

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

Color convert

RGB 116 92 76 -
CMYK 0 0.21 0.34 0.55
HSL 24º 0.21% 0.38% -
HSV(B) 24º 0.34% 0.45% -
XYZ 12.33 11.89 8.48 -
YUV 97.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 116 92 76 0 0.21 0.34 0.55 24 0.21 0.38
Hex 74 5C 4C 0 15 22 37 18 15 26
Octal 164 134 114 0 25 42 67 30 25 46
Binary 1110100 1011100 1001100 0 10101 100010 110111 11000 10101 100110

Color Harmonies of #745C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C4C

Black with #745C4C

Text Example


Text Example

White with #745C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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