Html Css Color HEX #744547 Tosca

📋 copy color: '#744547'

red 116 ◦ green 69 ◦ blue 71

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

Shades of Tosca #744547

Tints of Tosca #744547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

 BLUE value IS 71 (28.13% from 255) = 27.73%

R = 45.31%
G = 26.95%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#744547 (or 0x744547) is known color: Tosca. HEX triplet: 74, 45 and 47. RGB value is (116,69,71). Sum of RGB (Red+Green+Blue) = 116+69+71=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #744547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744547 is #8BBAB8. Grayscale: #535353. Windows color (decimal): -9157305 or 4670836. OLE color: 4670836.

HSL color Cylindrical-coordinate representation of color #744547: hue angle of 357.45º degrees, saturation: 0.25, 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 #744547 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 69 71 -
CMYK 0 0.41 0.39 0.55
HSL 357.45º 0.25% 0.36% -
HSV(B) 357.45º 0.41% 0.45% -
XYZ 10.47 8.42 7.04 -
YUV 83.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 116 69 71 0 0.41 0.39 0.55 357.45 0.25 0.36
Hex 74 45 47 0 29 27 37 165 19 24
Octal 164 105 107 0 51 47 67 545 31 44
Binary 1110100 1000101 1000111 0 101001 100111 110111 101100101 11001 100100

Color Harmonies of #744547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744547

Black with #744547

Text Example


Text Example

White with #744547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744547; }

 p { color: rgb(116,69,71); }

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

background-color css

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

 a { background-color: rgb(116,69,71); }

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

border-color css

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

 span { border-color: rgb(116,69,71); }

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