Html Css Color HEX #774146 Tosca

📋 copy color: '#774146'

red 119 ◦ green 65 ◦ blue 70

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

Shades of Tosca #774146

Tints of Tosca #774146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

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

R = 46.85%
G = 25.59%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#774146 (or 0x774146) is known color: Tosca. HEX triplet: 77, 41 and 46. RGB value is (119,65,70). Sum of RGB (Red+Green+Blue) = 119+65+70=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #774146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774146 is #88BEB9. Grayscale: #515151. Windows color (decimal): -8961722 or 4604279. OLE color: 4604279.

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

Color convert

RGB 119 65 70 -
CMYK 0 0.45 0.41 0.53
HSL 354.44º 0.29% 0.36% -
HSV(B) 354.44º 0.45% 0.47% -
XYZ 10.6 8.14 6.81 -
YUV 81.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 119 65 70 0 0.45 0.41 0.53 354.44 0.29 0.36
Hex 77 41 46 0 2D 29 35 162 1D 24
Octal 167 101 106 0 55 51 65 542 35 44
Binary 1110111 1000001 1000110 0 101101 101001 110101 101100010 11101 100100

Color Harmonies of #774146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774146

Black with #774146

Text Example


Text Example

White with #774146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774146; }

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

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

background-color css

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

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

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

border-color css

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

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

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