Html Css Color HEX #773B44 Tosca

📋 copy color: '#773B44'

red 119 ◦ green 59 ◦ blue 68

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

Shades of Tosca #773B44

Tints of Tosca #773B44

RGB

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

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

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

R = 48.37%
G = 23.98%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#773B44 (or 0x773B44) is known color: Tosca. HEX triplet: 77, 3B and 44. RGB value is (119,59,68). Sum of RGB (Red+Green+Blue) = 119+59+68=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #773B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B44 is #88C4BB. Grayscale: #4D4D4D. Windows color (decimal): -8963260 or 4471671. OLE color: 4471671.

HSL color Cylindrical-coordinate representation of color #773B44: hue angle of 351º 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 #773B44 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 59 68 -
CMYK 0 0.50 0.43 0.53
HSL 351º 0.34% 0.35% -
HSV(B) 351º 0.5% 0.47% -
XYZ 10.22 7.47 6.37 -
YUV 77.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 119 59 68 0 0.50 0.43 0.53 351 0.34 0.35
Hex 77 3B 44 0 32 2B 35 15F 22 23
Octal 167 73 104 0 62 53 65 537 42 43
Binary 1110111 111011 1000100 0 110010 101011 110101 101011111 100010 100011

Color Harmonies of #773B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773B44

Black with #773B44

Text Example


Text Example

White with #773B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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