Html Css Color HEX #774149 Tosca

📋 copy color: '#774149'

red 119 ◦ green 65 ◦ blue 73

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

Shades of Tosca #774149

Tints of Tosca #774149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

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

R = 46.3%
G = 25.29%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#774149 (or 0x774149) is known color: Tosca. HEX triplet: 77, 41 and 49. RGB value is (119,65,73). Sum of RGB (Red+Green+Blue) = 119+65+73=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #774149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774149 is #88BEB6. Grayscale: #525252. Windows color (decimal): -8961719 or 4800887. OLE color: 4800887.

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

Color convert

RGB 119 65 73 -
CMYK 0 0.45 0.39 0.53
HSL 351.11º 0.29% 0.36% -
HSV(B) 351.11º 0.45% 0.47% -
XYZ 10.7 8.18 7.32 -
YUV 82.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 119 65 73 0 0.45 0.39 0.53 351.11 0.29 0.36
Hex 77 41 49 0 2D 27 35 15F 1D 24
Octal 167 101 111 0 55 47 65 537 35 44
Binary 1110111 1000001 1001001 0 101101 100111 110101 101011111 11101 100100

Color Harmonies of #774149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774149

Black with #774149

Text Example


Text Example

White with #774149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774149; }

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

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

background-color css

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

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

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

border-color css

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

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

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