Html Css Color HEX #774446 Tosca

📋 copy color: '#774446'

red 119 ◦ green 68 ◦ blue 70

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

Shades of Tosca #774446

Tints of Tosca #774446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 46.3%
G = 26.46%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#774446 (or 0x774446) is known color: Tosca. HEX triplet: 77, 44 and 46. RGB value is (119,68,70). Sum of RGB (Red+Green+Blue) = 119+68+70=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #774446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774446 is #88BBB9. Grayscale: #535353. Windows color (decimal): -8960954 or 4605047. OLE color: 4605047.

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

Color convert

RGB 119 68 70 -
CMYK 0 0.43 0.41 0.53
HSL 357.65º 0.27% 0.37% -
HSV(B) 357.65º 0.43% 0.47% -
XYZ 10.78 8.5 6.87 -
YUV 83.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 119 68 70 0 0.43 0.41 0.53 357.65 0.27 0.37
Hex 77 44 46 0 2B 29 35 166 1B 25
Octal 167 104 106 0 53 51 65 546 33 45
Binary 1110111 1000100 1000110 0 101011 101001 110101 101100110 11011 100101

Color Harmonies of #774446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774446

Black with #774446

Text Example


Text Example

White with #774446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774446; }

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

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

background-color css

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

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

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

border-color css

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

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

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