Html Css Color HEX #763C43 Tosca

📋 copy color: '#763C43'

red 118 ◦ green 60 ◦ blue 67

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

Shades of Tosca #763C43

Tints of Tosca #763C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.35%

R = 48.16%
G = 24.49%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#763C43 (or 0x763C43) is known color: Tosca. HEX triplet: 76, 3C and 43. RGB value is (118,60,67). Sum of RGB (Red+Green+Blue) = 118+60+67=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #763C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C43 is #89C3BC. Grayscale: #4E4E4E. Windows color (decimal): -9028541 or 4406390. OLE color: 4406390.

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

Color convert

RGB 118 60 67 -
CMYK 0 0.49 0.43 0.54
HSL 352.76º 0.33% 0.35% -
HSV(B) 352.76º 0.49% 0.46% -
XYZ 10.1 7.49 6.22 -
YUV 78.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 118 60 67 0 0.49 0.43 0.54 352.76 0.33 0.35
Hex 76 3C 43 0 31 2B 36 161 21 23
Octal 166 74 103 0 61 53 66 541 41 43
Binary 1110110 111100 1000011 0 110001 101011 110110 101100001 100001 100011

Color Harmonies of #763C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C43

Black with #763C43

Text Example


Text Example

White with #763C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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