Html Css Color HEX #773F44 Tosca

📋 copy color: '#773F44'

red 119 ◦ green 63 ◦ blue 68

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

Shades of Tosca #773F44

Tints of Tosca #773F44

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

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

R = 47.6%
G = 25.2%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#773F44 (or 0x773F44) is known color: Tosca. HEX triplet: 77, 3F and 44. RGB value is (119,63,68). Sum of RGB (Red+Green+Blue) = 119+63+68=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #773F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F44 is #88C0BB. Grayscale: #505050. Windows color (decimal): -8962236 or 4472695. OLE color: 4472695.

HSL color Cylindrical-coordinate representation of color #773F44: hue angle of 354.64º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #773F44 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 63 68 -
CMYK 0 0.47 0.43 0.53
HSL 354.64º 0.31% 0.36% -
HSV(B) 354.64º 0.47% 0.47% -
XYZ 10.43 7.89 6.44 -
YUV 80.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 119 63 68 0 0.47 0.43 0.53 354.64 0.31 0.36
Hex 77 3F 44 0 2F 2B 35 163 1F 24
Octal 167 77 104 0 57 53 65 543 37 44
Binary 1110111 111111 1000100 0 101111 101011 110101 101100011 11111 100100

Color Harmonies of #773F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F44

Black with #773F44

Text Example


Text Example

White with #773F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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