Html Css Color HEX #744C4D Tosca

📋 copy color: '#744C4D'

red 116 ◦ green 76 ◦ blue 77

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

Shades of Tosca #744C4D

Tints of Tosca #744C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.25%

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

R = 43.12%
G = 28.25%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#744C4D (or 0x744C4D) is known color: Tosca. HEX triplet: 74, 4C and 4D. RGB value is (116,76,77). Sum of RGB (Red+Green+Blue) = 116+76+77=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #744C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C4D is #8BB3B2. Grayscale: #585858. Windows color (decimal): -9155507 or 5065844. OLE color: 5065844.

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

Color convert

RGB 116 76 77 -
CMYK 0 0.34 0.34 0.55
HSL 358.5º 0.21% 0.38% -
HSV(B) 358.5º 0.34% 0.45% -
XYZ 11.13 9.42 8.25 -
YUV 88.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 116 76 77 0 0.34 0.34 0.55 358.5 0.21 0.38
Hex 74 4C 4D 0 22 22 37 166 15 26
Octal 164 114 115 0 42 42 67 546 25 46
Binary 1110100 1001100 1001101 0 100010 100010 110111 101100110 10101 100110

Color Harmonies of #744C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C4D

Black with #744C4D

Text Example


Text Example

White with #744C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744C4D; }

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

 H1.HeaderClassName
 {
   color: #744C4D;
 }
 .AnyTagClassName
 {
   color: #744C4D;
 }
</style>

background-color css

<style>
 a { background-color: #744C4D; }

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

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

border-color css

<style>
 span { border-color: #744C4D; }

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

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