Html Css Color HEX #773B41 Tosca

📋 copy color: '#773B41'

red 119 ◦ green 59 ◦ blue 65

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

Shades of Tosca #773B41

Tints of Tosca #773B41

RGB

 RED value IS 119 (46.88% from 255) = 48.97%

 GREEN value IS 59 (23.44% from 255) = 24.28%

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

R = 48.97%
G = 24.28%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#773B41 (or 0x773B41) is known color: Tosca. HEX triplet: 77, 3B and 41. RGB value is (119,59,65). Sum of RGB (Red+Green+Blue) = 119+59+65=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #773B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B41 is #88C4BE. Grayscale: #4D4D4D. Windows color (decimal): -8963263 or 4275063. OLE color: 4275063.

HSL color Cylindrical-coordinate representation of color #773B41: hue angle of 354º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773B41 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 59 65 -
CMYK 0 0.50 0.45 0.53
HSL 354º 0.34% 0.35% -
HSV(B) 354º 0.5% 0.47% -
XYZ 10.13 7.43 5.9 -
YUV 77.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 119 59 65 0 0.50 0.45 0.53 354 0.34 0.35
Hex 77 3B 41 0 32 2D 35 162 22 23
Octal 167 73 101 0 62 55 65 542 42 43
Binary 1110111 111011 1000001 0 110010 101101 110101 101100010 100010 100011

Color Harmonies of #773B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773B41

Black with #773B41

Text Example


Text Example

White with #773B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773B41; }

 p { color: rgb(119,59,65); }

 H1.HeaderClassName
 {
   color: #773B41;
 }
 .AnyTagClassName
 {
   color: #773B41;
 }
</style>

background-color css

<style>
 a { background-color: #773B41; }

 a { background-color: rgb(119,59,65); }

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

border-color css

<style>
 span { border-color: #773B41; }

 span { border-color: rgb(119,59,65); }

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