Html Css Color HEX #753F45 Tosca

📋 copy color: '#753F45'

red 117 ◦ green 63 ◦ blue 69

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

Shades of Tosca #753F45

Tints of Tosca #753F45

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

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

R = 46.99%
G = 25.3%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#753F45 (or 0x753F45) is known color: Tosca. HEX triplet: 75, 3F and 45. RGB value is (117,63,69). Sum of RGB (Red+Green+Blue) = 117+63+69=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #753F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F45 is #8AC0BA. Grayscale: #4F4F4F. Windows color (decimal): -9093307 or 4538229. OLE color: 4538229.

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

Color convert

RGB 117 63 69 -
CMYK 0 0.46 0.41 0.54
HSL 353.33º 0.3% 0.35% -
HSV(B) 353.33º 0.46% 0.46% -
XYZ 10.19 7.77 6.59 -
YUV 79.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 117 63 69 0 0.46 0.41 0.54 353.33 0.3 0.35
Hex 75 3F 45 0 2E 29 36 161 1E 23
Octal 165 77 105 0 56 51 66 541 36 43
Binary 1110101 111111 1000101 0 101110 101001 110110 101100001 11110 100011

Color Harmonies of #753F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F45

Black with #753F45

Text Example


Text Example

White with #753F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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