Html Css Color HEX #784146 Tosca

📋 copy color: '#784146'

red 120 ◦ green 65 ◦ blue 70

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

Shades of Tosca #784146

Tints of Tosca #784146

RGB

 RED value IS 120 (47.27% from 255) = 47.06%

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

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

R = 47.06%
G = 25.49%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#784146 (or 0x784146) is known color: Tosca. HEX triplet: 78, 41 and 46. RGB value is (120,65,70). Sum of RGB (Red+Green+Blue) = 120+65+70=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #784146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784146 is #87BEB9. Grayscale: #525252. Windows color (decimal): -8896186 or 4604280. OLE color: 4604280.

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

Color convert

RGB 120 65 70 -
CMYK 0 0.46 0.42 0.53
HSL 354.55º 0.3% 0.36% -
HSV(B) 354.55º 0.46% 0.47% -
XYZ 10.74 8.22 6.81 -
YUV 82.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 120 65 70 0 0.46 0.42 0.53 354.55 0.3 0.36
Hex 78 41 46 0 2E 2A 35 163 1E 24
Octal 170 101 106 0 56 52 65 543 36 44
Binary 1111000 1000001 1000110 0 101110 101010 110101 101100011 11110 100100

Color Harmonies of #784146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784146

Black with #784146

Text Example


Text Example

White with #784146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784146; }

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

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

background-color css

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

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

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

border-color css

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

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

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