Html Css Color HEX #784748 Tosca

📋 copy color: '#784748'

red 120 ◦ green 71 ◦ blue 72

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

Shades of Tosca #784748

Tints of Tosca #784748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

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

R = 45.63%
G = 27%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#784748 (or 0x784748) is known color: Tosca. HEX triplet: 78, 47 and 48. RGB value is (120,71,72). Sum of RGB (Red+Green+Blue) = 120+71+72=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #784748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784748 is #87B8B7. Grayscale: #555555. Windows color (decimal): -8894648 or 4736888. OLE color: 4736888.

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

Color convert

RGB 120 71 72 -
CMYK 0 0.41 0.40 0.53
HSL 358.78º 0.26% 0.37% -
HSV(B) 358.78º 0.41% 0.47% -
XYZ 11.17 8.97 7.27 -
YUV 85.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 120 71 72 0 0.41 0.40 0.53 358.78 0.26 0.37
Hex 78 47 48 0 29 28 35 167 1A 25
Octal 170 107 110 0 51 50 65 547 32 45
Binary 1111000 1000111 1001000 0 101001 101000 110101 101100111 11010 100101

Color Harmonies of #784748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784748

Black with #784748

Text Example


Text Example

White with #784748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784748; }

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

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

background-color css

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

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

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

border-color css

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

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

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