Html Css Color HEX #763C40 Tosca

📋 copy color: '#763C40'

red 118 ◦ green 60 ◦ blue 64

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

Shades of Tosca #763C40

Tints of Tosca #763C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.79%

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

R = 48.76%
G = 24.79%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#763C40 (or 0x763C40) is known color: Tosca. HEX triplet: 76, 3C and 40. RGB value is (118,60,64). Sum of RGB (Red+Green+Blue) = 118+60+64=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #763C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C40 is #89C3BF. Grayscale: #4D4D4D. Windows color (decimal): -9028544 or 4209782. OLE color: 4209782.

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

Color convert

RGB 118 60 64 -
CMYK 0 0.49 0.46 0.54
HSL 355.86º 0.33% 0.35% -
HSV(B) 355.86º 0.49% 0.46% -
XYZ 10.01 7.45 5.76 -
YUV 77.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 118 60 64 0 0.49 0.46 0.54 355.86 0.33 0.35
Hex 76 3C 40 0 31 2E 36 164 21 23
Octal 166 74 100 0 61 56 66 544 41 43
Binary 1110110 111100 1000000 0 110001 101110 110110 101100100 100001 100011

Color Harmonies of #763C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C40

Black with #763C40

Text Example


Text Example

White with #763C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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