Html Css Color HEX #744348 Tosca

📋 copy color: '#744348'

red 116 ◦ green 67 ◦ blue 72

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

Shades of Tosca #744348

Tints of Tosca #744348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 45.49%
G = 26.27%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#744348 (or 0x744348) is known color: Tosca. HEX triplet: 74, 43 and 48. RGB value is (116,67,72). Sum of RGB (Red+Green+Blue) = 116+67+72=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #744348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744348 is #8BBCB7. Grayscale: #525252. Windows color (decimal): -9157816 or 4735860. OLE color: 4735860.

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

Color convert

RGB 116 67 72 -
CMYK 0 0.42 0.38 0.55
HSL 353.88º 0.27% 0.36% -
HSV(B) 353.88º 0.42% 0.45% -
XYZ 10.38 8.2 7.17 -
YUV 82.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 116 67 72 0 0.42 0.38 0.55 353.88 0.27 0.36
Hex 74 43 48 0 2A 26 37 162 1B 24
Octal 164 103 110 0 52 46 67 542 33 44
Binary 1110100 1000011 1001000 0 101010 100110 110111 101100010 11011 100100

Color Harmonies of #744348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744348

Black with #744348

Text Example


Text Example

White with #744348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744348; }

 p { color: rgb(116,67,72); }

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

background-color css

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

 a { background-color: rgb(116,67,72); }

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

border-color css

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

 span { border-color: rgb(116,67,72); }

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