Html Css Color HEX #774547 Tosca

📋 copy color: '#774547'

red 119 ◦ green 69 ◦ blue 71

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

Shades of Tosca #774547

Tints of Tosca #774547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.41%

R = 45.95%
G = 26.64%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#774547 (or 0x774547) is known color: Tosca. HEX triplet: 77, 45 and 47. RGB value is (119,69,71). Sum of RGB (Red+Green+Blue) = 119+69+71=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #774547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774547 is #88BAB8. Grayscale: #545454. Windows color (decimal): -8960697 or 4670839. OLE color: 4670839.

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

Color convert

RGB 119 69 71 -
CMYK 0 0.42 0.40 0.53
HSL 357.6º 0.27% 0.37% -
HSV(B) 357.6º 0.42% 0.47% -
XYZ 10.87 8.63 7.05 -
YUV 84.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 119 69 71 0 0.42 0.40 0.53 357.6 0.27 0.37
Hex 77 45 47 0 2A 28 35 166 1B 25
Octal 167 105 107 0 52 50 65 546 33 45
Binary 1110111 1000101 1000111 0 101010 101000 110101 101100110 11011 100101

Color Harmonies of #774547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774547

Black with #774547

Text Example


Text Example

White with #774547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774547; }

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

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

background-color css

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

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

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

border-color css

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

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

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