Html Css Color HEX #763A40 Tosca

📋 copy color: '#763A40'

red 118 ◦ green 58 ◦ blue 64

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

Shades of Tosca #763A40

Tints of Tosca #763A40

RGB

 RED value IS 118 (46.48% from 255) = 49.17%

 GREEN value IS 58 (23.05% from 255) = 24.17%

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

R = 49.17%
G = 24.17%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#763A40 (or 0x763A40) is known color: Tosca. HEX triplet: 76, 3A and 40. RGB value is (118,58,64). Sum of RGB (Red+Green+Blue) = 118+58+64=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #763A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A40 is #89C5BF. Grayscale: #4C4C4C. Windows color (decimal): -9029056 or 4209270. OLE color: 4209270.

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

Color convert

RGB 118 58 64 -
CMYK 0 0.51 0.46 0.54
HSL 354º 0.34% 0.35% -
HSV(B) 354º 0.51% 0.46% -
XYZ 9.91 7.25 5.73 -
YUV 76.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 118 58 64 0 0.51 0.46 0.54 354 0.34 0.35
Hex 76 3A 40 0 33 2E 36 162 22 23
Octal 166 72 100 0 63 56 66 542 42 43
Binary 1110110 111010 1000000 0 110011 101110 110110 101100010 100010 100011

Color Harmonies of #763A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A40

Black with #763A40

Text Example


Text Example

White with #763A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763A40; }

 p { color: rgb(118,58,64); }

 H1.HeaderClassName
 {
   color: #763A40;
 }
 .AnyTagClassName
 {
   color: #763A40;
 }
</style>

background-color css

<style>
 a { background-color: #763A40; }

 a { background-color: rgb(118,58,64); }

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

border-color css

<style>
 span { border-color: #763A40; }

 span { border-color: rgb(118,58,64); }

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