Html Css Color HEX #784046 Tosca

📋 copy color: '#784046'

red 120 ◦ green 64 ◦ blue 70

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

Shades of Tosca #784046

Tints of Tosca #784046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 70 (27.73% from 255) = 27.56%

R = 47.24%
G = 25.2%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#784046 (or 0x784046) is known color: Tosca. HEX triplet: 78, 40 and 46. RGB value is (120,64,70). Sum of RGB (Red+Green+Blue) = 120+64+70=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #784046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784046 is #87BFB9. Grayscale: #515151. Windows color (decimal): -8896442 or 4604024. OLE color: 4604024.

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

Color convert

RGB 120 64 70 -
CMYK 0 0.47 0.42 0.53
HSL 353.57º 0.3% 0.36% -
HSV(B) 353.57º 0.47% 0.47% -
XYZ 10.68 8.1 6.8 -
YUV 81.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 120 64 70 0 0.47 0.42 0.53 353.57 0.3 0.36
Hex 78 40 46 0 2F 2A 35 162 1E 24
Octal 170 100 106 0 57 52 65 542 36 44
Binary 1111000 1000000 1000110 0 101111 101010 110101 101100010 11110 100100

Color Harmonies of #784046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784046

Black with #784046

Text Example


Text Example

White with #784046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784046; }

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

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

background-color css

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

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

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

border-color css

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

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

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