Html Css Color HEX #774347 Tosca

📋 copy color: '#774347'

red 119 ◦ green 67 ◦ blue 71

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

Shades of Tosca #774347

Tints of Tosca #774347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

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

R = 46.3%
G = 26.07%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#774347 (or 0x774347) is known color: Tosca. HEX triplet: 77, 43 and 47. RGB value is (119,67,71). Sum of RGB (Red+Green+Blue) = 119+67+71=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #774347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774347 is #88BCB8. Grayscale: #535353. Windows color (decimal): -8961209 or 4670327. OLE color: 4670327.

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

Color convert

RGB 119 67 71 -
CMYK 0 0.44 0.40 0.53
HSL 355.38º 0.28% 0.36% -
HSV(B) 355.38º 0.44% 0.47% -
XYZ 10.75 8.39 7.01 -
YUV 83 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 119 67 71 0 0.44 0.40 0.53 355.38 0.28 0.36
Hex 77 43 47 0 2C 28 35 163 1C 24
Octal 167 103 107 0 54 50 65 543 34 44
Binary 1110111 1000011 1000111 0 101100 101000 110101 101100011 11100 100100

Color Harmonies of #774347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774347

Black with #774347

Text Example


Text Example

White with #774347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774347; }

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

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

background-color css

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

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

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

border-color css

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

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

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