Html Css Color HEX #784345 Tosca

📋 copy color: '#784345'

red 120 ◦ green 67 ◦ blue 69

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

Shades of Tosca #784345

Tints of Tosca #784345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 69 (27.34% from 255) = 26.95%

R = 46.88%
G = 26.17%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#784345 (or 0x784345) is known color: Tosca. HEX triplet: 78, 43 and 45. RGB value is (120,67,69). Sum of RGB (Red+Green+Blue) = 120+67+69=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #784345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784345 is #87BCBA. Grayscale: #535353. Windows color (decimal): -8895675 or 4539256. OLE color: 4539256.

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

Color convert

RGB 120 67 69 -
CMYK 0 0.44 0.42 0.53
HSL 357.74º 0.28% 0.37% -
HSV(B) 357.74º 0.44% 0.47% -
XYZ 10.83 8.44 6.69 -
YUV 83.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 120 67 69 0 0.44 0.42 0.53 357.74 0.28 0.37
Hex 78 43 45 0 2C 2A 35 166 1C 25
Octal 170 103 105 0 54 52 65 546 34 45
Binary 1111000 1000011 1000101 0 101100 101010 110101 101100110 11100 100101

Color Harmonies of #784345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784345

Black with #784345

Text Example


Text Example

White with #784345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784345; }

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

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

background-color css

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

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

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

border-color css

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

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

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