Html Css Color HEX #744446 Tosca

📋 copy color: '#744446'

red 116 ◦ green 68 ◦ blue 70

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

Shades of Tosca #744446

Tints of Tosca #744446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

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

R = 45.67%
G = 26.77%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#744446 (or 0x744446) is known color: Tosca. HEX triplet: 74, 44 and 46. RGB value is (116,68,70). Sum of RGB (Red+Green+Blue) = 116+68+70=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #744446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744446 is #8BBBB9. Grayscale: #525252. Windows color (decimal): -9157562 or 4605044. OLE color: 4605044.

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

Color convert

RGB 116 68 70 -
CMYK 0 0.41 0.40 0.55
HSL 357.5º 0.26% 0.36% -
HSV(B) 357.5º 0.41% 0.45% -
XYZ 10.38 8.29 6.85 -
YUV 82.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 116 68 70 0 0.41 0.40 0.55 357.5 0.26 0.36
Hex 74 44 46 0 29 28 37 166 1A 24
Octal 164 104 106 0 51 50 67 546 32 44
Binary 1110100 1000100 1000110 0 101001 101000 110111 101100110 11010 100100

Color Harmonies of #744446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744446

Black with #744446

Text Example


Text Example

White with #744446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744446; }

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

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

background-color css

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

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

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

border-color css

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

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

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