Html Css Color HEX #744C4E Tosca

📋 copy color: '#744C4E'

red 116 ◦ green 76 ◦ blue 78

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

Shades of Tosca #744C4E

Tints of Tosca #744C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.89%

R = 42.96%
G = 28.15%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#744C4E (or 0x744C4E) is known color: Tosca. HEX triplet: 74, 4C and 4E. RGB value is (116,76,78). Sum of RGB (Red+Green+Blue) = 116+76+78=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #744C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C4E is #8BB3B1. Grayscale: #585858. Windows color (decimal): -9155506 or 5131380. OLE color: 5131380.

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

Color convert

RGB 116 76 78 -
CMYK 0 0.34 0.33 0.55
HSL 357º 0.21% 0.38% -
HSV(B) 357º 0.34% 0.45% -
XYZ 11.16 9.43 8.44 -
YUV 88.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 116 76 78 0 0.34 0.33 0.55 357 0.21 0.38
Hex 74 4C 4E 0 22 21 37 165 15 26
Octal 164 114 116 0 42 41 67 545 25 46
Binary 1110100 1001100 1001110 0 100010 100001 110111 101100101 10101 100110

Color Harmonies of #744C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C4E

Black with #744C4E

Text Example


Text Example

White with #744C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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