Html Css Color HEX #744048 Tosca

📋 copy color: '#744048'

red 116 ◦ green 64 ◦ blue 72

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

Shades of Tosca #744048

Tints of Tosca #744048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

 BLUE value IS 72 (28.52% from 255) = 28.57%

R = 46.03%
G = 25.4%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#744048 (or 0x744048) is known color: Tosca. HEX triplet: 74, 40 and 48. RGB value is (116,64,72). Sum of RGB (Red+Green+Blue) = 116+64+72=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #744048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744048 is #8BBFB7. Grayscale: #505050. Windows color (decimal): -9158584 or 4735092. OLE color: 4735092.

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

Color convert

RGB 116 64 72 -
CMYK 0 0.45 0.38 0.55
HSL 350.77º 0.29% 0.35% -
HSV(B) 350.77º 0.45% 0.45% -
XYZ 10.21 7.85 7.11 -
YUV 80.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 116 64 72 0 0.45 0.38 0.55 350.77 0.29 0.35
Hex 74 40 48 0 2D 26 37 15F 1D 23
Octal 164 100 110 0 55 46 67 537 35 43
Binary 1110100 1000000 1001000 0 101101 100110 110111 101011111 11101 100011

Color Harmonies of #744048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744048

Black with #744048

Text Example


Text Example

White with #744048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744048; }

 p { color: rgb(116,64,72); }

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

background-color css

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

 a { background-color: rgb(116,64,72); }

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

border-color css

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

 span { border-color: rgb(116,64,72); }

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