Html Css Color HEX #744042 Tosca

📋 copy color: '#744042'

red 116 ◦ green 64 ◦ blue 66

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

Shades of Tosca #744042

Tints of Tosca #744042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 47.15%
G = 26.02%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#744042 (or 0x744042) is known color: Tosca. HEX triplet: 74, 40 and 42. RGB value is (116,64,66). Sum of RGB (Red+Green+Blue) = 116+64+66=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #744042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744042 is #8BBFBD. Grayscale: #4F4F4F. Windows color (decimal): -9158590 or 4341876. OLE color: 4341876.

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

Color convert

RGB 116 64 66 -
CMYK 0 0.45 0.43 0.55
HSL 357.69º 0.29% 0.35% -
HSV(B) 357.69º 0.45% 0.45% -
XYZ 10.02 7.77 6.13 -
YUV 79.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 116 64 66 0 0.45 0.43 0.55 357.69 0.29 0.35
Hex 74 40 42 0 2D 2B 37 166 1D 23
Octal 164 100 102 0 55 53 67 546 35 43
Binary 1110100 1000000 1000010 0 101101 101011 110111 101100110 11101 100011

Color Harmonies of #744042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744042

Black with #744042

Text Example


Text Example

White with #744042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744042; }

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

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

background-color css

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

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

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

border-color css

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

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

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