Html Css Color HEX #753E40 Tosca

📋 copy color: '#753E40'

red 117 ◦ green 62 ◦ blue 64

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

Shades of Tosca #753E40

Tints of Tosca #753E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.51%

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

R = 48.15%
G = 25.51%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#753E40 (or 0x753E40) is known color: Tosca. HEX triplet: 75, 3E and 40. RGB value is (117,62,64). Sum of RGB (Red+Green+Blue) = 117+62+64=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #753E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E40 is #8AC1BF. Grayscale: #4E4E4E. Windows color (decimal): -9093568 or 4210293. OLE color: 4210293.

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

Color convert

RGB 117 62 64 -
CMYK 0 0.47 0.45 0.54
HSL 357.82º 0.31% 0.35% -
HSV(B) 357.82º 0.47% 0.46% -
XYZ 9.98 7.6 5.79 -
YUV 78.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 117 62 64 0 0.47 0.45 0.54 357.82 0.31 0.35
Hex 75 3E 40 0 2F 2D 36 166 1F 23
Octal 165 76 100 0 57 55 66 546 37 43
Binary 1110101 111110 1000000 0 101111 101101 110110 101100110 11111 100011

Color Harmonies of #753E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E40

Black with #753E40

Text Example


Text Example

White with #753E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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