Html Css Color HEX #753A40 Tosca

📋 copy color: '#753A40'

red 117 ◦ green 58 ◦ blue 64

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

Shades of Tosca #753A40

Tints of Tosca #753A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.27%

 BLUE value IS 64 (25.39% from 255) = 26.78%

R = 48.95%
G = 24.27%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#753A40 (or 0x753A40) is known color: Tosca. HEX triplet: 75, 3A and 40. RGB value is (117,58,64). Sum of RGB (Red+Green+Blue) = 117+58+64=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #753A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A40 is #8AC5BF. Grayscale: #4C4C4C. Windows color (decimal): -9094592 or 4209269. OLE color: 4209269.

HSL color Cylindrical-coordinate representation of color #753A40: hue angle of 353.9º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A40 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 58 64 -
CMYK 0 0.50 0.45 0.54
HSL 353.9º 0.34% 0.34% -
HSV(B) 353.9º 0.5% 0.46% -
XYZ 9.77 7.18 5.72 -
YUV 76.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 117 58 64 0 0.50 0.45 0.54 353.9 0.34 0.34
Hex 75 3A 40 0 32 2D 36 162 22 22
Octal 165 72 100 0 62 55 66 542 42 42
Binary 1110101 111010 1000000 0 110010 101101 110110 101100010 100010 100010

Color Harmonies of #753A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A40

Black with #753A40

Text Example


Text Example

White with #753A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753A40; }

 p { color: rgb(117,58,64); }

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

background-color css

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

 a { background-color: rgb(117,58,64); }

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

border-color css

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

 span { border-color: rgb(117,58,64); }

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