Html Css Color HEX #754849 Tosca

📋 copy color: '#754849'

red 117 ◦ green 72 ◦ blue 73

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

Shades of Tosca #754849

Tints of Tosca #754849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

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

R = 44.66%
G = 27.48%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754849 (or 0x754849) is known color: Tosca. HEX triplet: 75, 48 and 49. RGB value is (117,72,73). Sum of RGB (Red+Green+Blue) = 117+72+73=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #754849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754849 is #8AB7B6. Grayscale: #555555. Windows color (decimal): -9090999 or 4802677. OLE color: 4802677.

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

Color convert

RGB 117 72 73 -
CMYK 0 0.38 0.38 0.54
HSL 358.67º 0.24% 0.37% -
HSV(B) 358.67º 0.38% 0.46% -
XYZ 10.86 8.9 7.45 -
YUV 85.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 117 72 73 0 0.38 0.38 0.54 358.67 0.24 0.37
Hex 75 48 49 0 26 26 36 167 18 25
Octal 165 110 111 0 46 46 66 547 30 45
Binary 1110101 1001000 1001001 0 100110 100110 110110 101100111 11000 100101

Color Harmonies of #754849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754849

Black with #754849

Text Example


Text Example

White with #754849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754849; }

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

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

background-color css

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

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

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

border-color css

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

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

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