Html Css Color HEX #753C40 Tosca

📋 copy color: '#753C40'

red 117 ◦ green 60 ◦ blue 64

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

Shades of Tosca #753C40

Tints of Tosca #753C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.56%

R = 48.55%
G = 24.9%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#753C40 (or 0x753C40) is known color: Tosca. HEX triplet: 75, 3C and 40. RGB value is (117,60,64). Sum of RGB (Red+Green+Blue) = 117+60+64=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #753C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C40 is #8AC3BF. Grayscale: #4D4D4D. Windows color (decimal): -9094080 or 4209781. OLE color: 4209781.

HSL color Cylindrical-coordinate representation of color #753C40: hue angle of 355.79º 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 #753C40 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 60 64 -
CMYK 0 0.49 0.45 0.54
HSL 355.79º 0.32% 0.35% -
HSV(B) 355.79º 0.49% 0.46% -
XYZ 9.88 7.38 5.76 -
YUV 77.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 117 60 64 0 0.49 0.45 0.54 355.79 0.32 0.35
Hex 75 3C 40 0 31 2D 36 164 20 23
Octal 165 74 100 0 61 55 66 544 40 43
Binary 1110101 111100 1000000 0 110001 101101 110110 101100100 100000 100011

Color Harmonies of #753C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C40

Black with #753C40

Text Example


Text Example

White with #753C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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