Html Css Color HEX #774649 Tosca

📋 copy color: '#774649'

red 119 ◦ green 70 ◦ blue 73

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

Shades of Tosca #774649

Tints of Tosca #774649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 45.42%
G = 26.72%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#774649 (or 0x774649) is known color: Tosca. HEX triplet: 77, 46 and 49. RGB value is (119,70,73). Sum of RGB (Red+Green+Blue) = 119+70+73=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #774649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774649 is #88B9B6. Grayscale: #555555. Windows color (decimal): -8960439 or 4802167. OLE color: 4802167.

HSL color Cylindrical-coordinate representation of color #774649: hue angle of 356.33º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #774649 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 73 -
CMYK 0 0.41 0.39 0.53
HSL 356.33º 0.26% 0.37% -
HSV(B) 356.33º 0.41% 0.47% -
XYZ 11 8.78 7.42 -
YUV 84.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 119 70 73 0 0.41 0.39 0.53 356.33 0.26 0.37
Hex 77 46 49 0 29 27 35 164 1A 25
Octal 167 106 111 0 51 47 65 544 32 45
Binary 1110111 1000110 1001001 0 101001 100111 110101 101100100 11010 100101

Color Harmonies of #774649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774649

Black with #774649

Text Example


Text Example

White with #774649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774649; }

 p { color: rgb(119,70,73); }

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

background-color css

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

 a { background-color: rgb(119,70,73); }

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

border-color css

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

 span { border-color: rgb(119,70,73); }

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