Html Css Color HEX #774346 Tosca

📋 copy color: '#774346'

red 119 ◦ green 67 ◦ blue 70

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

Shades of Tosca #774346

Tints of Tosca #774346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

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

R = 46.48%
G = 26.17%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#774346 (or 0x774346) is known color: Tosca. HEX triplet: 77, 43 and 46. RGB value is (119,67,70). Sum of RGB (Red+Green+Blue) = 119+67+70=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #774346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774346 is #88BCB9. Grayscale: #525252. Windows color (decimal): -8961210 or 4604791. OLE color: 4604791.

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

Color convert

RGB 119 67 70 -
CMYK 0 0.44 0.41 0.53
HSL 356.54º 0.28% 0.36% -
HSV(B) 356.54º 0.44% 0.47% -
XYZ 10.72 8.38 6.85 -
YUV 82.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 119 67 70 0 0.44 0.41 0.53 356.54 0.28 0.36
Hex 77 43 46 0 2C 29 35 165 1C 24
Octal 167 103 106 0 54 51 65 545 34 44
Binary 1110111 1000011 1000110 0 101100 101001 110101 101100101 11100 100100

Color Harmonies of #774346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774346

Black with #774346

Text Example


Text Example

White with #774346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774346; }

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

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

background-color css

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

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

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

border-color css

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

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

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