Html Css Color HEX #744046 Tosca

📋 copy color: '#744046'

red 116 ◦ green 64 ◦ blue 70

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

Shades of Tosca #744046

Tints of Tosca #744046

RGB

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

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

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

R = 46.4%
G = 25.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#744046 (or 0x744046) is known color: Tosca. HEX triplet: 74, 40 and 46. RGB value is (116,64,70). Sum of RGB (Red+Green+Blue) = 116+64+70=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #744046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744046 is #8BBFB9. Grayscale: #505050. Windows color (decimal): -9158586 or 4604020. OLE color: 4604020.

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

Color convert

RGB 116 64 70 -
CMYK 0 0.45 0.40 0.55
HSL 353.08º 0.29% 0.35% -
HSV(B) 353.08º 0.45% 0.45% -
XYZ 10.14 7.82 6.77 -
YUV 80.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 116 64 70 0 0.45 0.40 0.55 353.08 0.29 0.35
Hex 74 40 46 0 2D 28 37 161 1D 23
Octal 164 100 106 0 55 50 67 541 35 43
Binary 1110100 1000000 1000110 0 101101 101000 110111 101100001 11101 100011

Color Harmonies of #744046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744046

Black with #744046

Text Example


Text Example

White with #744046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744046; }

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

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

background-color css

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

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

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

border-color css

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

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

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