Html Css Color HEX #753B45 Tosca

📋 copy color: '#753B45'

red 117 ◦ green 59 ◦ blue 69

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

Shades of Tosca #753B45

Tints of Tosca #753B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

 BLUE value IS 69 (27.34% from 255) = 28.16%

R = 47.76%
G = 24.08%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#753B45 (or 0x753B45) is known color: Tosca. HEX triplet: 75, 3B and 45. RGB value is (117,59,69). Sum of RGB (Red+Green+Blue) = 117+59+69=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #753B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B45 is #8AC4BA. Grayscale: #4D4D4D. Windows color (decimal): -9094331 or 4537205. OLE color: 4537205.

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

Color convert

RGB 117 59 69 -
CMYK 0 0.50 0.41 0.54
HSL 349.66º 0.33% 0.35% -
HSV(B) 349.66º 0.5% 0.46% -
XYZ 9.97 7.34 6.52 -
YUV 77.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 117 59 69 0 0.50 0.41 0.54 349.66 0.33 0.35
Hex 75 3B 45 0 32 29 36 15E 21 23
Octal 165 73 105 0 62 51 66 536 41 43
Binary 1110101 111011 1000101 0 110010 101001 110110 101011110 100001 100011

Color Harmonies of #753B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B45

Black with #753B45

Text Example


Text Example

White with #753B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,59,69); }

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

background-color css

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

 a { background-color: rgb(117,59,69); }

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

border-color css

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

 span { border-color: rgb(117,59,69); }

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