Html Css Color HEX #753A43 Tosca

📋 copy color: '#753A43'

red 117 ◦ green 58 ◦ blue 67

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

Shades of Tosca #753A43

Tints of Tosca #753A43

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 67 (26.56% from 255) = 27.69%

R = 48.35%
G = 23.97%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#753A43 (or 0x753A43) is known color: Tosca. HEX triplet: 75, 3A and 43. RGB value is (117,58,67). Sum of RGB (Red+Green+Blue) = 117+58+67=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #753A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A43 is #8AC5BC. Grayscale: #4C4C4C. Windows color (decimal): -9094589 or 4405877. OLE color: 4405877.

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

Color convert

RGB 117 58 67 -
CMYK 0 0.50 0.43 0.54
HSL 350.85º 0.34% 0.34% -
HSV(B) 350.85º 0.5% 0.46% -
XYZ 9.86 7.21 6.18 -
YUV 76.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 117 58 67 0 0.50 0.43 0.54 350.85 0.34 0.34
Hex 75 3A 43 0 32 2B 36 15F 22 22
Octal 165 72 103 0 62 53 66 537 42 42
Binary 1110101 111010 1000011 0 110010 101011 110110 101011111 100010 100010

Color Harmonies of #753A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A43

Black with #753A43

Text Example


Text Example

White with #753A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,58,67); }

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

background-color css

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

 a { background-color: rgb(117,58,67); }

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

border-color css

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

 span { border-color: rgb(117,58,67); }

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