Html Css Color HEX #753C46 Tosca

📋 copy color: '#753C46'

red 117 ◦ green 60 ◦ blue 70

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

Shades of Tosca #753C46

Tints of Tosca #753C46

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.29%

 BLUE value IS 70 (27.73% from 255) = 28.34%

R = 47.37%
G = 24.29%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#753C46 (or 0x753C46) is known color: Tosca. HEX triplet: 75, 3C and 46. RGB value is (117,60,70). Sum of RGB (Red+Green+Blue) = 117+60+70=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #753C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C46 is #8AC3B9. Grayscale: #4E4E4E. Windows color (decimal): -9094074 or 4602997. OLE color: 4602997.

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

Color convert

RGB 117 60 70 -
CMYK 0 0.49 0.40 0.54
HSL 349.47º 0.32% 0.35% -
HSV(B) 349.47º 0.49% 0.46% -
XYZ 10.06 7.46 6.7 -
YUV 78.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 117 60 70 0 0.49 0.40 0.54 349.47 0.32 0.35
Hex 75 3C 46 0 31 28 36 15D 20 23
Octal 165 74 106 0 61 50 66 535 40 43
Binary 1110101 111100 1000110 0 110001 101000 110110 101011101 100000 100011

Color Harmonies of #753C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C46

Black with #753C46

Text Example


Text Example

White with #753C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,60,70); }

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

background-color css

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

 a { background-color: rgb(117,60,70); }

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

border-color css

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

 span { border-color: rgb(117,60,70); }

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