Html Css Color HEX #774546 Tosca

📋 copy color: '#774546'

red 119 ◦ green 69 ◦ blue 70

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

Shades of Tosca #774546

Tints of Tosca #774546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

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

R = 46.12%
G = 26.74%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#774546 (or 0x774546) is known color: Tosca. HEX triplet: 77, 45 and 46. RGB value is (119,69,70). Sum of RGB (Red+Green+Blue) = 119+69+70=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #774546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774546 is #88BAB9. Grayscale: #545454. Windows color (decimal): -8960698 or 4605303. OLE color: 4605303.

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

Color convert

RGB 119 69 70 -
CMYK 0 0.42 0.41 0.53
HSL 358.8º 0.27% 0.37% -
HSV(B) 358.8º 0.42% 0.47% -
XYZ 10.84 8.62 6.89 -
YUV 84.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 119 69 70 0 0.42 0.41 0.53 358.8 0.27 0.37
Hex 77 45 46 0 2A 29 35 167 1B 25
Octal 167 105 106 0 52 51 65 547 33 45
Binary 1110111 1000101 1000110 0 101010 101001 110101 101100111 11011 100101

Color Harmonies of #774546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774546

Black with #774546

Text Example


Text Example

White with #774546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774546; }

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

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

background-color css

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

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

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

border-color css

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

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

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