Html Css Color HEX #773E40 Tosca

📋 copy color: '#773E40'

red 119 ◦ green 62 ◦ blue 64

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

Shades of Tosca #773E40

Tints of Tosca #773E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.31%

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

R = 48.57%
G = 25.31%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#773E40 (or 0x773E40) is known color: Tosca. HEX triplet: 77, 3E and 40. RGB value is (119,62,64). Sum of RGB (Red+Green+Blue) = 119+62+64=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #773E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E40 is #88C1BF. Grayscale: #4F4F4F. Windows color (decimal): -8962496 or 4210295. OLE color: 4210295.

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

Color convert

RGB 119 62 64 -
CMYK 0 0.48 0.46 0.53
HSL 357.89º 0.31% 0.35% -
HSV(B) 357.89º 0.48% 0.47% -
XYZ 10.26 7.74 5.8 -
YUV 79.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 119 62 64 0 0.48 0.46 0.53 357.89 0.31 0.35
Hex 77 3E 40 0 30 2E 35 166 1F 23
Octal 167 76 100 0 60 56 65 546 37 43
Binary 1110111 111110 1000000 0 110000 101110 110101 101100110 11111 100011

Color Harmonies of #773E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773E40

Black with #773E40

Text Example


Text Example

White with #773E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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