Html Css Color HEX #784548 Tosca

📋 copy color: '#784548'

red 120 ◦ green 69 ◦ blue 72

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

Shades of Tosca #784548

Tints of Tosca #784548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 45.98%
G = 26.44%
B = 27.59%

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

#784548 (or 0x784548) is known color: Tosca. HEX triplet: 78, 45 and 48. RGB value is (120,69,72). Sum of RGB (Red+Green+Blue) = 120+69+72=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #784548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784548 is #87BAB7. Grayscale: #545454. Windows color (decimal): -8895160 or 4736376. OLE color: 4736376.

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

Color convert

RGB 120 69 72 -
CMYK 0 0.42 0.40 0.53
HSL 356.47º 0.27% 0.37% -
HSV(B) 356.47º 0.43% 0.47% -
XYZ 11.04 8.72 7.23 -
YUV 84.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 120 69 72 0 0.42 0.40 0.53 356.47 0.27 0.37
Hex 78 45 48 0 2A 28 35 164 1B 25
Octal 170 105 110 0 52 50 65 544 33 45
Binary 1111000 1000101 1001000 0 101010 101000 110101 101100100 11011 100101

Color Harmonies of #784548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784548

Black with #784548

Text Example


Text Example

White with #784548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784548; }

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

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

background-color css

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

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

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

border-color css

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

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

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