Html Css Color HEX #753B42 Tosca

📋 copy color: '#753B42'

red 117 ◦ green 59 ◦ blue 66

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

Shades of Tosca #753B42

Tints of Tosca #753B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 48.35%
G = 24.38%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#753B42 (or 0x753B42) is known color: Tosca. HEX triplet: 75, 3B and 42. RGB value is (117,59,66). Sum of RGB (Red+Green+Blue) = 117+59+66=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #753B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B42 is #8AC4BD. Grayscale: #4D4D4D. Windows color (decimal): -9094334 or 4340597. OLE color: 4340597.

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

Color convert

RGB 117 59 66 -
CMYK 0 0.50 0.44 0.54
HSL 352.76º 0.33% 0.35% -
HSV(B) 352.76º 0.5% 0.46% -
XYZ 9.88 7.3 6.04 -
YUV 77.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 117 59 66 0 0.50 0.44 0.54 352.76 0.33 0.35
Hex 75 3B 42 0 32 2C 36 161 21 23
Octal 165 73 102 0 62 54 66 541 41 43
Binary 1110101 111011 1000010 0 110010 101100 110110 101100001 100001 100011

Color Harmonies of #753B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B42

Black with #753B42

Text Example


Text Example

White with #753B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,59,66); }

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

background-color css

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

 a { background-color: rgb(117,59,66); }

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

border-color css

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

 span { border-color: rgb(117,59,66); }

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