Html Css Color HEX #784145 Tosca

📋 copy color: '#784145'

red 120 ◦ green 65 ◦ blue 69

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

Shades of Tosca #784145

Tints of Tosca #784145

RGB

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

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

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

R = 47.24%
G = 25.59%
B = 27.17%

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

#784145 (or 0x784145) is known color: Tosca. HEX triplet: 78, 41 and 45. RGB value is (120,65,69). Sum of RGB (Red+Green+Blue) = 120+65+69=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #784145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784145 is #87BEBA. Grayscale: #515151. Windows color (decimal): -8896187 or 4538744. OLE color: 4538744.

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

Color convert

RGB 120 65 69 -
CMYK 0 0.46 0.42 0.53
HSL 355.64º 0.3% 0.36% -
HSV(B) 355.64º 0.46% 0.47% -
XYZ 10.71 8.2 6.65 -
YUV 81.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 120 65 69 0 0.46 0.42 0.53 355.64 0.3 0.36
Hex 78 41 45 0 2E 2A 35 164 1E 24
Octal 170 101 105 0 56 52 65 544 36 44
Binary 1111000 1000001 1000101 0 101110 101010 110101 101100100 11110 100100

Color Harmonies of #784145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784145

Black with #784145

Text Example


Text Example

White with #784145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784145; }

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

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

background-color css

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

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

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

border-color css

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

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

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