Html Css Color HEX #744244 Tosca

📋 copy color: '#744244'

red 116 ◦ green 66 ◦ blue 68

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

Shades of Tosca #744244

Tints of Tosca #744244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 46.4%
G = 26.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#744244 (or 0x744244) is known color: Tosca. HEX triplet: 74, 42 and 44. RGB value is (116,66,68). Sum of RGB (Red+Green+Blue) = 116+66+68=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #744244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744244 is #8BBDBB. Grayscale: #515151. Windows color (decimal): -9158076 or 4473460. OLE color: 4473460.

HSL color Cylindrical-coordinate representation of color #744244: hue angle of 357.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #744244 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 66 68 -
CMYK 0 0.43 0.41 0.55
HSL 357.6º 0.27% 0.36% -
HSV(B) 357.6º 0.43% 0.45% -
XYZ 10.19 8.03 6.48 -
YUV 81.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 116 66 68 0 0.43 0.41 0.55 357.6 0.27 0.36
Hex 74 42 44 0 2B 29 37 166 1B 24
Octal 164 102 104 0 53 51 67 546 33 44
Binary 1110100 1000010 1000100 0 101011 101001 110111 101100110 11011 100100

Color Harmonies of #744244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744244

Black with #744244

Text Example


Text Example

White with #744244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744244; }

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

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

background-color css

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

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

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

border-color css

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

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

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