Html Css Color HEX #753D45 Tosca

📋 copy color: '#753D45'

red 117 ◦ green 61 ◦ blue 69

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

Shades of Tosca #753D45

Tints of Tosca #753D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.94%

R = 47.37%
G = 24.7%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#753D45 (or 0x753D45) is known color: Tosca. HEX triplet: 75, 3D and 45. RGB value is (117,61,69). Sum of RGB (Red+Green+Blue) = 117+61+69=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #753D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D45 is #8AC2BA. Grayscale: #4E4E4E. Windows color (decimal): -9093819 or 4537717. OLE color: 4537717.

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

Color convert

RGB 117 61 69 -
CMYK 0 0.48 0.41 0.54
HSL 351.43º 0.31% 0.35% -
HSV(B) 351.43º 0.48% 0.46% -
XYZ 10.08 7.55 6.56 -
YUV 78.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 117 61 69 0 0.48 0.41 0.54 351.43 0.31 0.35
Hex 75 3D 45 0 30 29 36 15F 1F 23
Octal 165 75 105 0 60 51 66 537 37 43
Binary 1110101 111101 1000101 0 110000 101001 110110 101011111 11111 100011

Color Harmonies of #753D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D45

Black with #753D45

Text Example


Text Example

White with #753D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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