Html Css Color HEX #753E46 Tosca

📋 copy color: '#753E46'

red 117 ◦ green 62 ◦ blue 70

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

Shades of Tosca #753E46

Tints of Tosca #753E46

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.9%

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

R = 46.99%
G = 24.9%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#753E46 (or 0x753E46) is known color: Tosca. HEX triplet: 75, 3E and 46. RGB value is (117,62,70). Sum of RGB (Red+Green+Blue) = 117+62+70=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #753E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E46 is #8AC1B9. Grayscale: #4F4F4F. Windows color (decimal): -9093562 or 4603509. OLE color: 4603509.

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

Color convert

RGB 117 62 70 -
CMYK 0 0.47 0.40 0.54
HSL 351.27º 0.31% 0.35% -
HSV(B) 351.27º 0.47% 0.46% -
XYZ 10.16 7.67 6.74 -
YUV 79.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 117 62 70 0 0.47 0.40 0.54 351.27 0.31 0.35
Hex 75 3E 46 0 2F 28 36 15F 1F 23
Octal 165 76 106 0 57 50 66 537 37 43
Binary 1110101 111110 1000110 0 101111 101000 110110 101011111 11111 100011

Color Harmonies of #753E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E46

Black with #753E46

Text Example


Text Example

White with #753E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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