Html Css Color HEX #754749 Tosca

📋 copy color: '#754749'

red 117 ◦ green 71 ◦ blue 73

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

Shades of Tosca #754749

Tints of Tosca #754749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

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

R = 44.83%
G = 27.2%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754749 (or 0x754749) is known color: Tosca. HEX triplet: 75, 47 and 49. RGB value is (117,71,73). Sum of RGB (Red+Green+Blue) = 117+71+73=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #754749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754749 is #8AB8B6. Grayscale: #555555. Windows color (decimal): -9091255 or 4802421. OLE color: 4802421.

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

Color convert

RGB 117 71 73 -
CMYK 0 0.39 0.38 0.54
HSL 357.39º 0.24% 0.37% -
HSV(B) 357.39º 0.39% 0.46% -
XYZ 10.79 8.77 7.43 -
YUV 84.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 117 71 73 0 0.39 0.38 0.54 357.39 0.24 0.37
Hex 75 47 49 0 27 26 36 165 18 25
Octal 165 107 111 0 47 46 66 545 30 45
Binary 1110101 1000111 1001001 0 100111 100110 110110 101100101 11000 100101

Color Harmonies of #754749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754749

Black with #754749

Text Example


Text Example

White with #754749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754749; }

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

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

background-color css

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

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

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

border-color css

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

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

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