Html Css Color HEX #763C44 Tosca

📋 copy color: '#763C44'

red 118 ◦ green 60 ◦ blue 68

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

Shades of Tosca #763C44

Tints of Tosca #763C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.64%

R = 47.97%
G = 24.39%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#763C44 (or 0x763C44) is known color: Tosca. HEX triplet: 76, 3C and 44. RGB value is (118,60,68). Sum of RGB (Red+Green+Blue) = 118+60+68=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #763C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C44 is #89C3BB. Grayscale: #4E4E4E. Windows color (decimal): -9028540 or 4471926. OLE color: 4471926.

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

Color convert

RGB 118 60 68 -
CMYK 0 0.49 0.42 0.54
HSL 351.72º 0.33% 0.35% -
HSV(B) 351.72º 0.49% 0.46% -
XYZ 10.13 7.5 6.38 -
YUV 78.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 118 60 68 0 0.49 0.42 0.54 351.72 0.33 0.35
Hex 76 3C 44 0 31 2A 36 160 21 23
Octal 166 74 104 0 61 52 66 540 41 43
Binary 1110110 111100 1000100 0 110001 101010 110110 101100000 100001 100011

Color Harmonies of #763C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C44

Black with #763C44

Text Example


Text Example

White with #763C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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