Html Css Color HEX #754448 Tosca

📋 copy color: '#754448'

red 117 ◦ green 68 ◦ blue 72

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

Shades of Tosca #754448

Tints of Tosca #754448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 45.53%
G = 26.46%
B = 28.02%

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

#754448 (or 0x754448) is known color: Tosca. HEX triplet: 75, 44 and 48. RGB value is (117,68,72). Sum of RGB (Red+Green+Blue) = 117+68+72=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #754448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754448 is #8ABBB7. Grayscale: #535353. Windows color (decimal): -9092024 or 4736117. OLE color: 4736117.

HSL color Cylindrical-coordinate representation of color #754448: hue angle of 355.1º 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 #754448 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 72 -
CMYK 0 0.42 0.38 0.54
HSL 355.1º 0.26% 0.36% -
HSV(B) 355.1º 0.42% 0.46% -
XYZ 10.57 8.38 7.19 -
YUV 83.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 117 68 72 0 0.42 0.38 0.54 355.1 0.26 0.36
Hex 75 44 48 0 2A 26 36 163 1A 24
Octal 165 104 110 0 52 46 66 543 32 44
Binary 1110101 1000100 1001000 0 101010 100110 110110 101100011 11010 100100

Color Harmonies of #754448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754448

Black with #754448

Text Example


Text Example

White with #754448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754448; }

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

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

background-color css

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

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

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

border-color css

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

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

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