Html Css Color HEX #774549 Tosca

📋 copy color: '#774549'

red 119 ◦ green 69 ◦ blue 73

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

Shades of Tosca #774549

Tints of Tosca #774549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 45.59%
G = 26.44%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#774549 (or 0x774549) is known color: Tosca. HEX triplet: 77, 45 and 49. RGB value is (119,69,73). Sum of RGB (Red+Green+Blue) = 119+69+73=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #774549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774549 is #88BAB6. Grayscale: #545454. Windows color (decimal): -8960695 or 4801911. OLE color: 4801911.

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

Color convert

RGB 119 69 73 -
CMYK 0 0.42 0.39 0.53
HSL 355.2º 0.27% 0.37% -
HSV(B) 355.2º 0.42% 0.47% -
XYZ 10.94 8.66 7.4 -
YUV 84.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 119 69 73 0 0.42 0.39 0.53 355.2 0.27 0.37
Hex 77 45 49 0 2A 27 35 163 1B 25
Octal 167 105 111 0 52 47 65 543 33 45
Binary 1110111 1000101 1001001 0 101010 100111 110101 101100011 11011 100101

Color Harmonies of #774549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774549

Black with #774549

Text Example


Text Example

White with #774549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774549; }

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

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

background-color css

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

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

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

border-color css

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

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

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