Html Css Color HEX #784648 Tosca

📋 copy color: '#784648'

red 120 ◦ green 70 ◦ blue 72

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

Shades of Tosca #784648

Tints of Tosca #784648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 45.8%
G = 26.72%
B = 27.48%

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

#784648 (or 0x784648) is known color: Tosca. HEX triplet: 78, 46 and 48. RGB value is (120,70,72). Sum of RGB (Red+Green+Blue) = 120+70+72=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #784648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784648 is #87B9B7. Grayscale: #555555. Windows color (decimal): -8894904 or 4736632. OLE color: 4736632.

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

Color convert

RGB 120 70 72 -
CMYK 0 0.42 0.40 0.53
HSL 357.6º 0.26% 0.37% -
HSV(B) 357.6º 0.42% 0.47% -
XYZ 11.11 8.84 7.25 -
YUV 85.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 120 70 72 0 0.42 0.40 0.53 357.6 0.26 0.37
Hex 78 46 48 0 2A 28 35 166 1A 25
Octal 170 106 110 0 52 50 65 546 32 45
Binary 1111000 1000110 1001000 0 101010 101000 110101 101100110 11010 100101

Color Harmonies of #784648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784648

Black with #784648

Text Example


Text Example

White with #784648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784648; }

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

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

background-color css

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

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

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

border-color css

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

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

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