Html Css Color HEX #753D46 Tosca

📋 copy color: '#753D46'

red 117 ◦ green 61 ◦ blue 70

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

Shades of Tosca #753D46

Tints of Tosca #753D46

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

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

R = 47.18%
G = 24.6%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#753D46 (or 0x753D46) is known color: Tosca. HEX triplet: 75, 3D and 46. RGB value is (117,61,70). Sum of RGB (Red+Green+Blue) = 117+61+70=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #753D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D46 is #8AC2B9. Grayscale: #4E4E4E. Windows color (decimal): -9093818 or 4603253. OLE color: 4603253.

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

Color convert

RGB 117 61 70 -
CMYK 0 0.48 0.40 0.54
HSL 350.36º 0.31% 0.35% -
HSV(B) 350.36º 0.48% 0.46% -
XYZ 10.11 7.56 6.72 -
YUV 78.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 117 61 70 0 0.48 0.40 0.54 350.36 0.31 0.35
Hex 75 3D 46 0 30 28 36 15E 1F 23
Octal 165 75 106 0 60 50 66 536 37 43
Binary 1110101 111101 1000110 0 110000 101000 110110 101011110 11111 100011

Color Harmonies of #753D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D46

Black with #753D46

Text Example


Text Example

White with #753D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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