Html Css Color HEX #744044 Tosca

📋 copy color: '#744044'

red 116 ◦ green 64 ◦ blue 68

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

Shades of Tosca #744044

Tints of Tosca #744044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.42%

R = 46.77%
G = 25.81%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#744044 (or 0x744044) is known color: Tosca. HEX triplet: 74, 40 and 44. RGB value is (116,64,68). Sum of RGB (Red+Green+Blue) = 116+64+68=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #744044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744044 is #8BBFBB. Grayscale: #505050. Windows color (decimal): -9158588 or 4472948. OLE color: 4472948.

HSL color Cylindrical-coordinate representation of color #744044: hue angle of 355.38º 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 #744044 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 64 68 -
CMYK 0 0.45 0.41 0.55
HSL 355.38º 0.29% 0.35% -
HSV(B) 355.38º 0.45% 0.45% -
XYZ 10.08 7.8 6.44 -
YUV 80 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 116 64 68 0 0.45 0.41 0.55 355.38 0.29 0.35
Hex 74 40 44 0 2D 29 37 163 1D 23
Octal 164 100 104 0 55 51 67 543 35 43
Binary 1110100 1000000 1000100 0 101101 101001 110111 101100011 11101 100011

Color Harmonies of #744044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744044

Black with #744044

Text Example


Text Example

White with #744044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744044; }

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

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

background-color css

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

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

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

border-color css

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

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

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