Html Css Color HEX #754449 Tosca

📋 copy color: '#754449'

red 117 ◦ green 68 ◦ blue 73

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

Shades of Tosca #754449

Tints of Tosca #754449

RGB

 RED value IS 117 (46.09% from 255) = 45.35%

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

 BLUE value IS 73 (28.91% from 255) = 28.29%

R = 45.35%
G = 26.36%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754449 (or 0x754449) is known color: Tosca. HEX triplet: 75, 44 and 49. RGB value is (117,68,73). Sum of RGB (Red+Green+Blue) = 117+68+73=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #754449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754449 is #8ABBB6. Grayscale: #535353. Windows color (decimal): -9092023 or 4801653. OLE color: 4801653.

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

Color convert

RGB 117 68 73 -
CMYK 0 0.42 0.38 0.54
HSL 353.88º 0.26% 0.36% -
HSV(B) 353.88º 0.42% 0.46% -
XYZ 10.61 8.4 7.37 -
YUV 83.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 117 68 73 0 0.42 0.38 0.54 353.88 0.26 0.36
Hex 75 44 49 0 2A 26 36 162 1A 24
Octal 165 104 111 0 52 46 66 542 32 44
Binary 1110101 1000100 1001001 0 101010 100110 110110 101100010 11010 100100

Color Harmonies of #754449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754449

Black with #754449

Text Example


Text Example

White with #754449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754449; }

 p { color: rgb(117,68,73); }

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

background-color css

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

 a { background-color: rgb(117,68,73); }

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

border-color css

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

 span { border-color: rgb(117,68,73); }

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