Html Css Color HEX #753F44 Tosca

📋 copy color: '#753F44'

red 117 ◦ green 63 ◦ blue 68

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

Shades of Tosca #753F44

Tints of Tosca #753F44

RGB

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

 GREEN value IS 63 (25% from 255) = 25.4%

 BLUE value IS 68 (26.95% from 255) = 27.42%

R = 47.18%
G = 25.4%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#753F44 (or 0x753F44) is known color: Tosca. HEX triplet: 75, 3F and 44. RGB value is (117,63,68). Sum of RGB (Red+Green+Blue) = 117+63+68=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #753F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F44 is #8AC0BB. Grayscale: #4F4F4F. Windows color (decimal): -9093308 or 4472693. OLE color: 4472693.

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

Color convert

RGB 117 63 68 -
CMYK 0 0.46 0.42 0.54
HSL 354.44º 0.3% 0.35% -
HSV(B) 354.44º 0.46% 0.46% -
XYZ 10.16 7.75 6.43 -
YUV 79.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 117 63 68 0 0.46 0.42 0.54 354.44 0.3 0.35
Hex 75 3F 44 0 2E 2A 36 162 1E 23
Octal 165 77 104 0 56 52 66 542 36 43
Binary 1110101 111111 1000100 0 101110 101010 110110 101100010 11110 100011

Color Harmonies of #753F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F44

Black with #753F44

Text Example


Text Example

White with #753F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,63,68); }

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

background-color css

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

 a { background-color: rgb(117,63,68); }

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

border-color css

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

 span { border-color: rgb(117,63,68); }

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