Html Css Color HEX #754149 Tosca

📋 copy color: '#754149'

red 117 ◦ green 65 ◦ blue 73

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

Shades of Tosca #754149

Tints of Tosca #754149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.49%

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

R = 45.88%
G = 25.49%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754149 (or 0x754149) is known color: Tosca. HEX triplet: 75, 41 and 49. RGB value is (117,65,73). Sum of RGB (Red+Green+Blue) = 117+65+73=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #754149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754149 is #8ABEB6. Grayscale: #515151. Windows color (decimal): -9092791 or 4800885. OLE color: 4800885.

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

Color convert

RGB 117 65 73 -
CMYK 0 0.44 0.38 0.54
HSL 350.77º 0.29% 0.36% -
HSV(B) 350.77º 0.44% 0.46% -
XYZ 10.43 8.04 7.31 -
YUV 81.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 117 65 73 0 0.44 0.38 0.54 350.77 0.29 0.36
Hex 75 41 49 0 2C 26 36 15F 1D 24
Octal 165 101 111 0 54 46 66 537 35 44
Binary 1110101 1000001 1001001 0 101100 100110 110110 101011111 11101 100100

Color Harmonies of #754149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754149

Black with #754149

Text Example


Text Example

White with #754149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754149; }

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

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

background-color css

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

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

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

border-color css

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

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

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