Html Css Color HEX #774244 Tosca

📋 copy color: '#774244'

red 119 ◦ green 66 ◦ blue 68

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

Shades of Tosca #774244

Tints of Tosca #774244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 47.04%
G = 26.09%
B = 26.88%

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

#774244 (or 0x774244) is known color: Tosca. HEX triplet: 77, 42 and 44. RGB value is (119,66,68). Sum of RGB (Red+Green+Blue) = 119+66+68=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #774244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774244 is #88BDBB. Grayscale: #525252. Windows color (decimal): -8961468 or 4473463. OLE color: 4473463.

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

Color convert

RGB 119 66 68 -
CMYK 0 0.45 0.43 0.53
HSL 357.74º 0.29% 0.36% -
HSV(B) 357.74º 0.45% 0.47% -
XYZ 10.6 8.24 6.5 -
YUV 82.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 119 66 68 0 0.45 0.43 0.53 357.74 0.29 0.36
Hex 77 42 44 0 2D 2B 35 166 1D 24
Octal 167 102 104 0 55 53 65 546 35 44
Binary 1110111 1000010 1000100 0 101101 101011 110101 101100110 11101 100100

Color Harmonies of #774244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774244

Black with #774244

Text Example


Text Example

White with #774244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774244; }

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

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

background-color css

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

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

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

border-color css

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

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

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