Html Css Color HEX #774044 Tosca

📋 copy color: '#774044'

red 119 ◦ green 64 ◦ blue 68

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

Shades of Tosca #774044

Tints of Tosca #774044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

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

R = 47.41%
G = 25.5%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#774044 (or 0x774044) is known color: Tosca. HEX triplet: 77, 40 and 44. RGB value is (119,64,68). Sum of RGB (Red+Green+Blue) = 119+64+68=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #774044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774044 is #88BFBB. Grayscale: #505050. Windows color (decimal): -8961980 or 4472951. OLE color: 4472951.

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

Color convert

RGB 119 64 68 -
CMYK 0 0.46 0.43 0.53
HSL 355.64º 0.3% 0.36% -
HSV(B) 355.64º 0.46% 0.47% -
XYZ 10.48 8.01 6.46 -
YUV 80.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 119 64 68 0 0.46 0.43 0.53 355.64 0.3 0.36
Hex 77 40 44 0 2E 2B 35 164 1E 24
Octal 167 100 104 0 56 53 65 544 36 44
Binary 1110111 1000000 1000100 0 101110 101011 110101 101100100 11110 100100

Color Harmonies of #774044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774044

Black with #774044

Text Example


Text Example

White with #774044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774044; }

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

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

background-color css

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

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

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

border-color css

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

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

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