Html Css Color HEX #753F43 Tosca

📋 copy color: '#753F43'

red 117 ◦ green 63 ◦ blue 67

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

Shades of Tosca #753F43

Tints of Tosca #753F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 47.37%
G = 25.51%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#753F43 (or 0x753F43) is known color: Tosca. HEX triplet: 75, 3F and 43. RGB value is (117,63,67). Sum of RGB (Red+Green+Blue) = 117+63+67=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #753F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F43 is #8AC0BC. Grayscale: #4F4F4F. Windows color (decimal): -9093309 or 4407157. OLE color: 4407157.

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

Color convert

RGB 117 63 67 -
CMYK 0 0.46 0.43 0.54
HSL 355.56º 0.3% 0.35% -
HSV(B) 355.56º 0.46% 0.46% -
XYZ 10.13 7.74 6.27 -
YUV 79.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 117 63 67 0 0.46 0.43 0.54 355.56 0.3 0.35
Hex 75 3F 43 0 2E 2B 36 164 1E 23
Octal 165 77 103 0 56 53 66 544 36 43
Binary 1110101 111111 1000011 0 101110 101011 110110 101100100 11110 100011

Color Harmonies of #753F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F43

Black with #753F43

Text Example


Text Example

White with #753F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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