Html Css Color HEX #774144 Tosca

📋 copy color: '#774144'

red 119 ◦ green 65 ◦ blue 68

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

Shades of Tosca #774144

Tints of Tosca #774144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 47.22%
G = 25.79%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#774144 (or 0x774144) is known color: Tosca. HEX triplet: 77, 41 and 44. RGB value is (119,65,68). Sum of RGB (Red+Green+Blue) = 119+65+68=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #774144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774144 is #88BEBB. Grayscale: #515151. Windows color (decimal): -8961724 or 4473207. OLE color: 4473207.

HSL color Cylindrical-coordinate representation of color #774144: hue angle of 356.67º 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 #774144 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 68 -
CMYK 0 0.45 0.43 0.53
HSL 356.67º 0.29% 0.36% -
HSV(B) 356.67º 0.45% 0.47% -
XYZ 10.54 8.12 6.48 -
YUV 81.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 119 65 68 0 0.45 0.43 0.53 356.67 0.29 0.36
Hex 77 41 44 0 2D 2B 35 165 1D 24
Octal 167 101 104 0 55 53 65 545 35 44
Binary 1110111 1000001 1000100 0 101101 101011 110101 101100101 11101 100100

Color Harmonies of #774144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774144

Black with #774144

Text Example


Text Example

White with #774144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774144; }

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

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

background-color css

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

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

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

border-color css

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

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

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