Html Css Color HEX #773F40 Tosca

📋 copy color: '#773F40'

red 119 ◦ green 63 ◦ blue 64

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

Shades of Tosca #773F40

Tints of Tosca #773F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 48.37%
G = 25.61%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#773F40 (or 0x773F40) is known color: Tosca. HEX triplet: 77, 3F and 40. RGB value is (119,63,64). Sum of RGB (Red+Green+Blue) = 119+63+64=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #773F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F40 is #88C0BF. Grayscale: #4F4F4F. Windows color (decimal): -8962240 or 4210551. OLE color: 4210551.

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

Color convert

RGB 119 63 64 -
CMYK 0 0.47 0.46 0.53
HSL 358.93º 0.31% 0.36% -
HSV(B) 358.93º 0.47% 0.47% -
XYZ 10.31 7.85 5.82 -
YUV 79.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 119 63 64 0 0.47 0.46 0.53 358.93 0.31 0.36
Hex 77 3F 40 0 2F 2E 35 167 1F 24
Octal 167 77 100 0 57 56 65 547 37 44
Binary 1110111 111111 1000000 0 101111 101110 110101 101100111 11111 100100

Color Harmonies of #773F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F40

Black with #773F40

Text Example


Text Example

White with #773F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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