Html Css Color HEX #744146 Tosca

📋 copy color: '#744146'

red 116 ◦ green 65 ◦ blue 70

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

Shades of Tosca #744146

Tints of Tosca #744146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 46.22%
G = 25.9%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#744146 (or 0x744146) is known color: Tosca. HEX triplet: 74, 41 and 46. RGB value is (116,65,70). Sum of RGB (Red+Green+Blue) = 116+65+70=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #744146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744146 is #8BBEB9. Grayscale: #505050. Windows color (decimal): -9158330 or 4604276. OLE color: 4604276.

HSL color Cylindrical-coordinate representation of color #744146: hue angle of 354.12º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744146 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 70 -
CMYK 0 0.44 0.40 0.55
HSL 354.12º 0.28% 0.35% -
HSV(B) 354.12º 0.44% 0.45% -
XYZ 10.2 7.94 6.79 -
YUV 80.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 116 65 70 0 0.44 0.40 0.55 354.12 0.28 0.35
Hex 74 41 46 0 2C 28 37 162 1C 23
Octal 164 101 106 0 54 50 67 542 34 43
Binary 1110100 1000001 1000110 0 101100 101000 110111 101100010 11100 100011

Color Harmonies of #744146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744146

Black with #744146

Text Example


Text Example

White with #744146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744146; }

 p { color: rgb(116,65,70); }

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

background-color css

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

 a { background-color: rgb(116,65,70); }

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

border-color css

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

 span { border-color: rgb(116,65,70); }

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