Html Css Color HEX #753D44 Tosca

📋 copy color: '#753D44'

red 117 ◦ green 61 ◦ blue 68

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

Shades of Tosca #753D44

Tints of Tosca #753D44

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.8%

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

R = 47.56%
G = 24.8%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#753D44 (or 0x753D44) is known color: Tosca. HEX triplet: 75, 3D and 44. RGB value is (117,61,68). Sum of RGB (Red+Green+Blue) = 117+61+68=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #753D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D44 is #8AC2BB. Grayscale: #4E4E4E. Windows color (decimal): -9093820 or 4472181. OLE color: 4472181.

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

Color convert

RGB 117 61 68 -
CMYK 0 0.48 0.42 0.54
HSL 352.5º 0.31% 0.35% -
HSV(B) 352.5º 0.48% 0.46% -
XYZ 10.05 7.54 6.39 -
YUV 78.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 117 61 68 0 0.48 0.42 0.54 352.5 0.31 0.35
Hex 75 3D 44 0 30 2A 36 160 1F 23
Octal 165 75 104 0 60 52 66 540 37 43
Binary 1110101 111101 1000100 0 110000 101010 110110 101100000 11111 100011

Color Harmonies of #753D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D44

Black with #753D44

Text Example


Text Example

White with #753D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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