Html Css Color HEX #763C41 Tosca

📋 copy color: '#763C41'

red 118 ◦ green 60 ◦ blue 65

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

Shades of Tosca #763C41

Tints of Tosca #763C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.75%

R = 48.56%
G = 24.69%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#763C41 (or 0x763C41) is known color: Tosca. HEX triplet: 76, 3C and 41. RGB value is (118,60,65). Sum of RGB (Red+Green+Blue) = 118+60+65=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #763C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C41 is #89C3BE. Grayscale: #4D4D4D. Windows color (decimal): -9028543 or 4275318. OLE color: 4275318.

HSL color Cylindrical-coordinate representation of color #763C41: hue angle of 354.83º 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 #763C41 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 60 65 -
CMYK 0 0.49 0.45 0.54
HSL 354.83º 0.33% 0.35% -
HSV(B) 354.83º 0.49% 0.46% -
XYZ 10.04 7.46 5.91 -
YUV 77.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 118 60 65 0 0.49 0.45 0.54 354.83 0.33 0.35
Hex 76 3C 41 0 31 2D 36 163 21 23
Octal 166 74 101 0 61 55 66 543 41 43
Binary 1110110 111100 1000001 0 110001 101101 110110 101100011 100001 100011

Color Harmonies of #763C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C41

Black with #763C41

Text Example


Text Example

White with #763C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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